[]
Modifies an existing text conditional format.
void ModifyAppliesToRange(Reference range)
Sub ModifyAppliesToRange(range As Reference)
| Type | Name | Description |
|---|---|---|
| Reference | range | The range to which this formatting rule will be applied. |
Sets the cell range to which this formatting rule applies.
void ModifyAppliesToRange(string range)
Sub ModifyAppliesToRange(range As String)
| Type | Name | Description |
|---|---|---|
| string | range | The range to which this formatting rule will be applied. |
The range must be in the A1 reference style and be entirely contained within the sheet that is the parent of the FormatConditions collection.