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

Method appendRow

src/backend/spreadsheet/Spreadsheet.cpp:334–336  ·  view source on GitHub ↗

! * Inserts a row before the last row index in the spreadsheet. */

Source from the content-addressed store, hash-verified

332 * Inserts a row before the last row index in the spreadsheet.
333 */
334void Spreadsheet::appendRow() {
335 insertRows(rowCount(), 1);
336}
337
338/*!
339 * Removes all rows in the spreadsheet in which the value of one or more of its columns is missing/empty.

Callers 3

collectionChangedMethod · 0.80
ThemesWidgetMethod · 0.80
collectionChangedMethod · 0.80

Calls 1

rowCountFunction · 0.85

Tested by

no test coverage detected