Aspose::Cells::ConditionalFormattingIconCollection::Add method

ConditionalFormattingIconCollection::Add(IconSetType, int32_t) method

Adds ConditionalFormattingIcon object.

int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(IconSetType type, int32_t index)
ParameterTypeDescription
typeIconSetTypeThe value type.
indexint32_tThe Index.

ReturnValue

Returns the index of new object in the list.

See Also

ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon&) method

Adds ConditionalFormattingIcon object.

Deprecated

Use ConditionalFormattingIconCollection.Add(IconSetType, int) method instead.

int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon &cficon)
ParameterTypeDescription
cficonconst ConditionalFormattingIcon&Returns the index of new object in the list.

Remarks

NOTE: This member is now obsolete. Instead, please use Add(IconSetType, int) method. This method will be removed 6 months later since December 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also