SetColumnAllowFilter(Int32,Boolean) Method
Sets whether the specified column on this sheet allows filtering.
'Declaration
Public Overloads Sub SetColumnAllowFilter( _
ByVal column As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim allowFilter As Boolean
instance.SetColumnAllowFilter(column, allowFilter)
Parameters
- column
- Column index
- allowFilter
- Whether to allow filtering for the specified column