SortField.ModifyKey Method
Modify the key value by which values are sorted in the field.
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 SortField
Dim Key As Range
instance.ModifyKey(Key)
void ModifyKey(
Range Key
)
Parameters
Key
Type: Microsoft.Office.Interop.Excel.RangeSpecifies the key to be modified.