Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConditionalFormat Class / RemoveRule Method / RemoveRule(Int32,Int32) Method
The row index.
The column index.


In This Topic
    RemoveRule(Int32,Int32) Method
    In This Topic
    Removes the rules for a specified cell.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveRule( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As ConditionalFormat
    Dim row As Integer
    Dim column As Integer
     
    instance.RemoveRule(row, column)
    public void RemoveRule( 
       int row,
       int column
    )

    Parameters

    row
    The row index.
    column
    The column index.
    See Also