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.

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

See Also