FormatConditionCollection.RemoveArea

RemoveArea(int)

Removes conditional formatted cell range by index.

public void RemoveArea(int index)
ParameterTypeDescription
indexInt32The index of the conditional formatted cell range to be removed.

See Also


RemoveArea(int, int, int, int)

Remove conditional formatting int the range.

public bool RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
ParameterTypeDescription
startRowInt32The startRow of the range.
startColumnInt32The startColumn of the range.
totalRowsInt32The number of rows of the range.
totalColumnsInt32The number of columns of the range.

Return Value

Returns TRUE, this FormatCondtionCollection should be removed.

See Also