[]
Filters the specified column of the sheet.
public override int[] Filter(int columnIndex)
Public Overrides Function Filter(columnIndex As Integer) As Integer()
Type | Name | Description |
---|---|---|
int | columnIndex | Model column index |
Type | Description |
---|---|
int[] | An integer array of filters of filtered rows |