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


In This Topic
GetColumnAutoFilterIndex Method
In This Topic
Gets the automatic filter index for the specified column.
Syntax
'Declaration
 
Public Function GetColumnAutoFilterIndex( _
   ByVal column As Integer _
) As Integer
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
value = instance.GetColumnAutoFilterIndex(column)

Parameters

column
Column index

Return Value

Automatic filter index
Remarks
The automatic filter index is the row index in the column header where the auto filter indicator is drawn.
See Also