FormatConditionCollection.GetCellArea

FormatConditionCollection.GetCellArea method

Gets the conditional formatted cell range by index.

public CellArea GetCellArea(int index)
ParameterTypeDescription
indexInt32the index of the conditional formatted cell range.

Return Value

the conditional formatted cell range

See Also