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