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

Method cellAt

src/3rdparty/QXlsx/source/xlsxdocument.cpp:997–1002  ·  view source on GitHub ↗

! * \overload * Returns the cell at the position \a pos. If there is no cell at * the specified position, the function returns 0. * * \sa read() */

Source from the content-addressed store, hash-verified

995 * \sa read()
996 */
997Cell *Document::cellAt(const CellReference &pos) const
998{
999 if (Worksheet *sheet = currentWorksheet())
1000 return sheet->cellAt(pos);
1001 return nullptr;
1002}
1003
1004/*!
1005 * Returns the cell at the given \a row and \a col. If there

Callers 3

columnTypeInRangeMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected