Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ClearConditionalFormating Method / ClearConditionalFormating(Int32,Int32) Method
Row index
Column index
Example


In This Topic
    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 row 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 row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index
    Example
    This example clears the formatting.
    See Also