Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / IsSortAvailable Method


In This Topic
    IsSortAvailable Method (Worksheet)
    In This Topic
    Gets a boolean value indicating whether worksheet has sort object.
    Syntax
    'Declaration
     
    
    Public Function IsSortAvailable() As Boolean
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Boolean
     
    value = instance.IsSortAvailable()
    public bool IsSortAvailable()
    See Also