Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Key Property


In This Topic
    Key Property (SortField)
    In This Topic
    Gets the index that is currently being sorted on.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As Integer
    'Usage
     
    
    Dim instance As SortField
    Dim value As Integer
     
    value = instance.Key
    public int Key {get;}
    See Also