Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IAutoFilterIndexSupport Interface / GetAutoFilterIndex Method
Column index


In This Topic
GetAutoFilterIndex Method (IAutoFilterIndexSupport)
In This Topic
Gets the column header row index in which to display the column automatic filter indicator.
Syntax
'Declaration
 
Function GetAutoFilterIndex( _
   ByVal columnIndex As Integer _
) As Integer
 
'Usage
 
Dim instance As IAutoFilterIndexSupport
Dim columnIndex As Integer
Dim value As Integer
 
value = instance.GetAutoFilterIndex(columnIndex)

Parameters

columnIndex
Column index

Return Value

The column header row index (-1 to display in last row of column headers).
See Also