[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetAxisModel.SetAutoFilterIndex

SetAutoFilterIndex Method

SetAutoFilterIndex(int, int)

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

Declaration
public override void SetAutoFilterIndex(int index, int value)
Public Overrides Sub SetAutoFilterIndex(index As Integer, value As Integer)
Parameters
Type Name Description
int index

Row or column index

int value

The automatic filter index

Overrides
Implements