Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortFieldInfo Class / Key Property


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

    Property Value

    The range that is currently being sorted on.
    See Also