Spread Windows Forms 15.0
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
    IRange Key {get;}

    Property Value

    The range that is currently being sorted on.
    See Also