SetColumnAllowFilter(Int32,Boolean) Method
In This Topic
Sets whether the specified column on this sheet allows filtering.
Syntax
'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)
public void SetColumnAllowFilter(
int column,
bool
)
Parameters
- column
- Column index
- allowFilter
- Whether to allow filtering for the specified column
See Also