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