[]
Applies the row filtering to the specified column when the specified filter item is selected from the drop-down list.
public void SetFilteredColumn(IRowFilter rowFilter, int column, string filterBy)
Public Sub SetFilteredColumn(rowFilter As IRowFilter, column As Integer, filterBy As String)
Type | Name | Description |
---|---|---|
IRowFilter | rowFilter | Row filter. |
int | column | Column index |
string | filterBy | String by which to filter the rows in this column; item in the filter drop-down list |