Aspose::Cells::ConditionalFormattingIconCollection::Get method

ConditionalFormattingIconCollection::Get method

Gets the ConditionalFormattingIcon element at the specified index.

ConditionalFormattingIcon Aspose::Cells::ConditionalFormattingIconCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also