Spread Windows Forms 12.0 Product Documentation
FilterMode Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAutoFilter Interface : FilterMode Property
Gets a value indicating whether the worksheet is in the AutoFilter filter mode.
Syntax
'Declaration
 
ReadOnly Property FilterMode As Boolean
'Usage
 
Dim instance As IAutoFilter
Dim value As Boolean
 
value = instance.FilterMode
bool FilterMode {get;}

Property Value

true if the worksheet is in the AutoFilter filter mode; otherwise, false.
See Also

Reference

IAutoFilter Interface
IAutoFilter Members