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

Method addRange

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:353–356  ·  view source on GitHub ↗

! \overload Add the range(\a firstRow, \a firstCol, \a lastRow, \a lastCol) on which the DataValidation will apply to. */

Source from the content-addressed store, hash-verified

351 which the DataValidation will apply to.
352 */
353void DataValidation::addRange(int firstRow, int firstCol, int lastRow, int lastCol)
354{
355 d->ranges.append(CellRange(firstRow, firstCol, lastRow, lastCol));
356}
357
358/*!
359 Add the \a range on which the DataValidation will apply to.

Callers 1

loadFromXmlMethod · 0.45

Calls 2

appendMethod · 0.80
CellRangeClass · 0.50

Tested by

no test coverage detected