Spread Windows Forms 12.0 Product Documentation
ModifyAppliesToRange(String) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface > ModifyAppliesToRange Method : ModifyAppliesToRange(String) Method
The range to which this formatting rule will be applied.
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

Reference

IFormatCondition Interface
IFormatCondition Members
Overload List