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


In This Topic
    ModifyAppliesToRange(String) Method
    In This Topic
    Sets the cell range to which this formatting rule applies.
    Syntax
    'Declaration
     
    
    Overloads Sub ModifyAppliesToRange( _
       ByVal range As String _
    ) 
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim range As String
     
    instance.ModifyAppliesToRange(range)
    void ModifyAppliesToRange( 
       string range
    )

    Parameters

    range
    The range to which this formatting rule will be applied.
    Remarks
    The range must be in the A1 reference style and be entirely contained within the sheet that is the parent of the FormatConditions collection.
    See Also