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

Method ranges

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

! Returns the ranges on which the validation will be applied. */

Source from the content-addressed store, hash-verified

236 Returns the ranges on which the validation will be applied.
237 */
238QList<CellRange> DataValidation::ranges() const
239{
240 return d->ranges;
241}
242
243/*!
244 Sets the validation type to \a type.

Callers 2

addDataValidationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected