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

Method writeString

src/3rdparty/QXlsx/source/xlsxworksheet.cpp:621–627  ·  view source on GitHub ↗

! \overload Write string \a value to the cell \a row_column with the \a format. Returns true on success. */

Source from the content-addressed store, hash-verified

619 Returns true on success.
620 */
621bool Worksheet::writeString(const CellReference &row_column, const RichString &value, const Format &format)
622{
623 if (!row_column.isValid())
624 return false;
625
626 return writeString(row_column.row(), row_column.column(), value, format);
627}
628
629/*!
630 Write string \a value to the cell (\a row, \a column) with the \a format.

Callers

nothing calls this directly

Calls 15

checkDimensionsMethod · 0.80
cellFormatMethod · 0.80
fragmentCountMethod · 0.80
fragmentFormatMethod · 0.80
mergeFormatMethod · 0.80
addXfFormatMethod · 0.80
stylesMethod · 0.80
toPlainStringMethod · 0.80
setHtmlMethod · 0.80
addFragmentMethod · 0.80
FormatClass · 0.50

Tested by

no test coverage detected