Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConditionalFormat Class / RemoveRule Method / RemoveRule(CellRange) Method
The cell range.


In This Topic
    RemoveRule(CellRange) Method
    In This Topic
    Removes the rules for a specified cell range.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveRule( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As ConditionalFormat
    Dim range As CellRange
     
    instance.RemoveRule(range)
    public void RemoveRule( 
       CellRange range
    )

    Parameters

    range
    The cell range.
    See Also