Share via


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

See Also

Reference

SortField Interface

SortField Members

Microsoft.Office.Interop.Excel Namespace