ConditionalFormattingCollection.RemoveArea

ConditionalFormattingCollection.RemoveArea method

Remove all conditional formatting in the range.

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

See Also