Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ matrixHorizontalHeader
Method
matrixHorizontalHeader
src/frontend/spreadsheet/ExportSpreadsheetDialog.cpp:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool ExportSpreadsheetDialog::matrixHorizontalHeader() const {
287
return ui->chkMatrixHHeader->isChecked();
288
}
289
290
bool ExportSpreadsheetDialog::matrixVerticalHeader() const {
291
return ui->chkMatrixVHeader->isChecked();
Callers
1
exportView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected