IFormatCondition.ModifyAppliesToRange Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ModifyAppliesToRange ( _
Range As Range _
)
'Usage
Dim instance As IFormatCondition
Dim Range As Range
instance.ModifyAppliesToRange(Range)
void ModifyAppliesToRange(
Range Range
)
Parameters
- Range
Type: Microsoft.Office.Interop.Excel.Range