[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetAxisModel.GetAutoFilterIndex

GetAutoFilterIndex Method

GetAutoFilterIndex(int)

Gets the automatic filter index for the specified row or column.

Declaration
public override int GetAutoFilterIndex(int index)
Public Overrides Function GetAutoFilterIndex(index As Integer) As Integer
Parameters
Type Name Description
int index

Row or column index

Returns
Type Description
int

The automatic filter index

Overrides
Implements