ClearConditionalFormating(Int32,Int32) Method
In This Topic
Removes all of the conditional formatting from the cell at the specified row and column.
Syntax
'Declaration
Public Overloads Sub ClearConditionalFormating( _
ByVal As Integer, _
ByVal column As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
instance.ClearConditionalFormating(row, column)
public void ClearConditionalFormating(
int ,
int column
)
Parameters
- row
- Row index
- column
- Column index
Example
This example clears the formatting.
See Also