Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IProtection Interface / AllowSorting Property


In This Topic
    AllowSorting Property
    In This Topic
    Gets a boolean value indicating whether the sorting option is allowed on a protected worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowSorting As Boolean
    'Usage
     
    
    Dim instance As IProtection
    Dim value As Boolean
     
    value = instance.AllowSorting
    bool AllowSorting {get;}
    See Also