ConditionalFormattingValueCollection.Item

ConditionalFormattingValueCollection indexer

Get the CFValueObject element at the specified index.

public ConditionalFormattingValue this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also