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

Method sharedIndex

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

! * Returns the shared index for shared formula. */

Source from the content-addressed store, hash-verified

149 * Returns the shared index for shared formula.
150 */
151int CellFormula::sharedIndex() const
152{
153 return d && d->type == SharedType ? d->si : (-1);
154}
155
156/* aca (Always Calculate Array) // not-implmented attribute
157 *

Callers 3

readMethod · 0.80
writeFormulaMethod · 0.80
loadXmlSheetDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected