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