[]
Removes all of the conditional formatting from the cell at the specified row and column.
public void ClearConditionalFormating(int row, int column)
Public Sub ClearConditionalFormating(row As Integer, column As Integer)
Removes all of the conditional formatting from the specified cell range.
public void ClearConditionalFormating(int row, int column, int rowCount, int columnCount)
Public Sub ClearConditionalFormating(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)