[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAutoFilterOwner.OnAutoFilterChanged

OnAutoFilterChanged Method

OnAutoFilterChanged(int, int, int)

Raises the auto filter change event.

Declaration
void OnAutoFilterChanged(int column, int row, int row2)
Sub OnAutoFilterChanged(column As Integer, row As Integer, row2 As Integer)
Parameters
Type Name Description
int column

An integer value indicates the left column index of cell range.

int row

An integer value indicates the top row index of cell range.

int row2

An integer value indicates the bottom row index of cell range.