Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / ShowFilterButton Method
An integer value represents the column index.


In This Topic
ShowFilterButton Method
In This Topic
Shows the filter button.
Syntax
'Declaration
 
Public Sub ShowFilterButton( _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As AutoFilter
Dim column As Integer
 
instance.ShowFilterButton(column)

Parameters

column
An integer value represents the column index.
See Also