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