Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / FilterMode Property


In This Topic
FilterMode Property (AutoFilter)
In This Topic
Gets a value indicating whether the worksheet is in the AutoFilter filter mode.
Syntax
'Declaration
 
Public ReadOnly Property FilterMode As Boolean
 
'Usage
 
Dim instance As AutoFilter
Dim value As Boolean
 
value = instance.FilterMode

Property Value

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