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


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