Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / Key Property


In This Topic
Key Property (ISortField)
In This Topic
Gets the range that is currently being sorted on.
Syntax
'Declaration
 
ReadOnly Property Key As IRange
 
'Usage
 
Dim instance As ISortField
Dim value As IRange
 
value = instance.Key

Property Value

The range that is currently being sorted on.
See Also