ModifyAppliesToRange(String) Method
Sets the cell range to which this formatting rule applies.
void ModifyAppliesToRange(
string
)
'Declaration
Overloads Sub ModifyAppliesToRange( _
ByVal As String _
)
'Usage
Dim instance As IFormatCondition
Dim range As String
instance.ModifyAppliesToRange(range)
Parameters
- range
- The range to which this formatting rule will be applied.