ConditionalFormattingModel

ConditionalFormattingModel

Overview

ConditionalFormattingModel is a class in Aspose.Cells FOSS for C++.

Represents conditional formatting model.

This class provides 4 methods for working with ConditionalFormattingModel objects in C++ programs. Available methods include: GetAreas, GetConditions. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetAreas()std::vector<Aspose::Cells_FOSS::CellArea>Gets the areas.
GetAreas()std::vector<Aspose::Cells_FOSS::CellArea>Returns the areas.
GetConditions()std::vector<FormatConditionModel>Gets the conditions.
GetConditions()std::vector<FormatConditionModel>Returns the conditions.

See Also

 English