[]
Removes all the conditional formatting from the specified cell.
public void ClearConditionalFormating(int row, int column)
Public Sub ClearConditionalFormating(row As Integer, column As Integer)
Removes all 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)