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

Method reference

src/3rdparty/QXlsx/source/xlsxcellformula.cpp:135–138  ·  view source on GitHub ↗

! * Returns the reference cells of the formula. For normal formula, * this will return an invalid CellRange object. */

Source from the content-addressed store, hash-verified

133 * this will return an invalid CellRange object.
134 */
135CellRange CellFormula::reference() const
136{
137 return d ? d->reference : CellRange();
138}
139
140/*!
141 * Returns whether the formula is valid.

Callers 2

readMethod · 0.80
writeFormulaMethod · 0.80

Calls 1

CellRangeClass · 0.50

Tested by

no test coverage detected