[]
        
Removes all of the conditional formats from the cell at the specified row and column.
void ClearConditionalFormats(int row, int column)Sub ClearConditionalFormats(row As Integer, column As Integer)| Type | Name | Description | 
|---|---|---|
| int | row | Row index of cell | 
| int | column | Column index of cell |