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

Method setErrorStyle

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:262–265  ·  view source on GitHub ↗

! Sets the error style to \a es. */

Source from the content-addressed store, hash-verified

260 Sets the error style to \a es.
261 */
262void DataValidation::setErrorStyle(DataValidation::ErrorStyle es)
263{
264 d->errorStyle = es;
265}
266
267/*!
268 Sets the formula1 to \a formula.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected