[]
Internal Use: Sets a column as filtered, and passes the selected drop-down list string by which to filter.
void SetFilteredColumn(int columnIndex, string filterBy)
Sub SetFilteredColumn(columnIndex As Integer, filterBy As String)
Type | Name | Description |
---|---|---|
int | columnIndex | Column index |
string | filterBy | String that contains what to filter by |