FormatConditionCollection.Item

FormatConditionCollection indexer

Gets the formatting condition by index.

public FormatCondition this[int index] { get; }
ParameterDescription
indexthe index of the formatting condition to return.

Return Value

the formatting condition

See Also