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


In This Topic
    AllowFiltering Property
    In This Topic
    Gets a boolean value indicating whether the user is allowed to make use of an IAutoFilter that was created before the sheet was protected.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowFiltering As Boolean
    'Usage
     
    
    Dim instance As IProtection
    Dim value As Boolean
     
    value = instance.AllowFiltering
    bool AllowFiltering {get;}
    See Also