RemoveArea

ConditionalFormattingCollection.RemoveArea method

删除范围内的所有条件格式。

public void RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
范围类型描述
startRowInt32范围的起始行。
startColumnInt32范围的起始列。
totalRowsInt32范围的行数。
totalColumnsInt32范围的列数。

也可以看看