Describes a collection of CFValueObject. Use only for icon sets. More...
Inherits CollectionBase.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::IConditionalFormattingValue > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Get the CFValueObject element at the specified index. More... | |
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::FormatConditionValueType type, intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Adds IConditionalFormattingValue object. More... | |
Describes a collection of CFValueObject. Use only for icon sets.
|
pure virtual |
Adds IConditionalFormattingValue object.
type | The value type. |
value | The value. |
|
pure virtual |
Get the CFValueObject element at the specified index.
index | The zero based index of the element. |