MCPcopy 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 */
383int 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

loadPackageMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected