[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatCondition.ModifyAppliesToRange

ModifyAppliesToRange Method

ModifyAppliesToRange(Reference)

Modifies an existing text conditional format.

Declaration
void ModifyAppliesToRange(Reference range)
Sub ModifyAppliesToRange(range As Reference)
Parameters
Type Name Description
Reference range

The range to which this formatting rule will be applied.

ModifyAppliesToRange(string)

Sets the cell range to which this formatting rule applies.

Declaration
void ModifyAppliesToRange(string range)
Sub ModifyAppliesToRange(range As String)
Parameters
Type Name Description
string 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.