Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnAllowFilter Method
Column index


In This Topic
GetColumnAllowFilter Method
In This Topic
Gets whether this column contains a column filter definition.
Syntax
'Declaration
 
Public Function GetColumnAllowFilter( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.GetColumnAllowFilter(column)

Parameters

column
Column index
See Also