Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ sheetCount
Method
sheetCount
src/3rdparty/QXlsx/source/xlsxworkbook.cpp:383–387 ·
view source on GitHub ↗
! * Returns count of worksheets. */
Source
from the content-addressed store, hash-verified
381
* Returns count of worksheets.
382
*/
383
int Workbook::sheetCount() const
384
{
385
Q_D(const Workbook);
386
return d->sheets.count();
387
}
388
389
/*!
390
* Returns the sheet object at index \a sheetIndex.
Callers
1
loadPackage
Method · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected