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


In This Topic
    IsSortted Method
    In This Topic
    Gets whether the filter is sorted.
    Syntax
    'Declaration
     
    Public Function IsSortted() As Boolean
    'Usage
     
    Dim instance As HideRowFilter
    Dim value As Boolean
     
    value = instance.IsSortted()
    public bool IsSortted()

    Return Value

    True if the filter is sorted; otherwise, false.
    See Also