Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearConditionalFormating Method / ClearConditionalFormating(Int32,Int32,Int32,Int32) Method
Starting row index
Starting column index
Number of rows
Number of columns


In This Topic
    ClearConditionalFormating(Int32,Int32,Int32,Int32) Method
    In This Topic
    Removes all the conditional formatting from the specified cell range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearConditionalFormating( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.ClearConditionalFormating(row, column, rowCount, columnCount)
    public void ClearConditionalFormating( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    Starting row index
    column
    Starting column index
    rowCount
    Number of rows
    columnCount
    Number of columns
    See Also