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


In This Topic
    GetColumnSortState Method
    In This Topic
    Gets the current sort state.
    Syntax
    'Declaration
     
    Public Function GetColumnSortState() As SortState
    'Usage
     
    Dim instance As HideRowFilter
    Dim value As SortState
     
    value = instance.GetColumnSortState()
    public SortState GetColumnSortState()

    Return Value

    The sort state SortState of the current filter.
    See Also