Share via


SortField.Key Property

Specifies the range that is currently being sorted on. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Key As Range
    Get
'Usage
Dim instance As SortField
Dim value As Range

value = instance.Key
Range Key { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range
Range

See Also

Reference

SortField Interface

SortField Members

Microsoft.Office.Interop.Excel Namespace