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

Method columnCount

src/backend/spreadsheet/Spreadsheet.cpp:555–557  ·  view source on GitHub ↗

! * Returns the number of columns in the Spreadsheet. * @return The number of columns in the Spreadsheet. */

Source from the content-addressed store, hash-verified

553 * @return The number of columns in the Spreadsheet.
554 */
555int Spreadsheet::columnCount() const {
556 return childCount<Column>();
557}
558
559/*!
560 * Grows/shrinks the number of columns in the spreadsheet to \c new_size.

Callers 1

updateMethod · 0.45

Calls 1

plotDesignationMethod · 0.45

Tested by

no test coverage detected