Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / ModifyAppliesToRange Method / ModifyAppliesToRange(Reference) Method
The range to which this formatting rule will be applied.


In This Topic
    ModifyAppliesToRange(Reference) Method
    In This Topic
    Modifies an existing text conditional format.
    Syntax
    'Declaration
     
    
    Overloads Sub ModifyAppliesToRange( _
       ByVal range As Reference _
    ) 
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim range As Reference
     
    instance.ModifyAppliesToRange(range)
    void ModifyAppliesToRange( 
       Reference range
    )

    Parameters

    range
    The range to which this formatting rule will be applied.
    See Also