ConditionalFormattingModel

ConditionalFormattingModel

Overview

ConditionalFormattingModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示条件格式化模型.

本类提供了4种方法,用于在C++程序中使用ConditionalFormattingModel对象. 有的方法包括: GetAreas, GetConditions. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
GetAreas()std::vector<Aspose::Cells_FOSS::CellArea>得到了这些区域.
GetAreas()std::vector<Aspose::Cells_FOSS::CellArea>返回区域.
GetConditions()std::vector<FormatConditionModel>得到了条件.
GetConditions()std::vector<FormatConditionModel>返回条件.

See Also

 中文