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

Method addRange

src/3rdparty/QXlsx/source/xlsxconditionalformatting.cpp:419–422  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

417 which the conditional formatting will apply to.
418 */
419void ConditionalFormatting::addRange(int firstRow, int firstCol, int lastRow, int lastCol)
420{
421 d->ranges.append(CellRange(firstRow, firstCol, lastRow, lastCol));
422}
423
424/*!
425 Add the \a range on which the conditional formatting will apply to.

Callers 1

loadFromXmlMethod · 0.95

Calls 2

appendMethod · 0.80
CellRangeClass · 0.50

Tested by

no test coverage detected