[]
Raises the auto filter change event.
void OnAutoFilterChanged(int column, int row, int row2)
Sub OnAutoFilterChanged(column As Integer, row As Integer, row2 As Integer)
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. |