Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SortInfo Class / Index Property


In This Topic
    Index Property (SortInfo)
    In This Topic
    Gets or sets the index of the column or row on which to sort.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public Property Index As Integer
    'Usage
     
    Dim instance As SortInfo
    Dim value As Integer
     
    instance.Index = value
     
    value = instance.Index
    [DefaultValue(-1)]
    public int Index {get; set;}

    Property Value

    The index of the column or row on which to sort.
    See Also