Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ClearConditionalFormats Method
Row index of the cell
Column index of the cell


In This Topic
    ClearConditionalFormats Method (SheetView)
    In This Topic
    Removes all of the conditional formats from the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Public Sub ClearConditionalFormats( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
     
    instance.ClearConditionalFormats(row, column)
    public void ClearConditionalFormats( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell
    column
    Column index of the cell
    See Also