MCPcopy Create free account
hub / github.com/KDE/labplot / currentSheet

Method currentSheet

src/3rdparty/QXlsx/source/xlsxdocument.cpp:1178–1183  ·  view source on GitHub ↗

! * \brief Return pointer of current sheet. */

Source from the content-addressed store, hash-verified

1176 * \brief Return pointer of current sheet.
1177 */
1178AbstractSheet *Document::currentSheet() const
1179{
1180 Q_D(const Document);
1181
1182 return d->workbook->activeSheet();
1183}
1184
1185/*!
1186 * \brief Return pointer of current worksheet.

Callers

nothing calls this directly

Calls 1

activeSheetMethod · 0.80

Tested by

no test coverage detected