Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HideRowFilter Class / GetSorttedColumnIndex Method


In This Topic
    GetSorttedColumnIndex Method
    In This Topic
    Gets the sorted column index.
    Syntax
    'Declaration
     
    Public Function GetSorttedColumnIndex() As Integer
    'Usage
     
    Dim instance As HideRowFilter
    Dim value As Integer
     
    value = instance.GetSorttedColumnIndex()
    public int GetSorttedColumnIndex()

    Return Value

    The sorted column index.
    See Also