[]
        
Internal use only. Sets the string selected in the drop-down list of filters for the specified column.
void SetColumnFilterBy(int modelColumnIndex, string filterBy)
Sub SetColumnFilterBy(modelColumnIndex As Integer, filterBy As String)
| Type | Name | Description | 
|---|---|---|
| int | modelColumnIndex | Columnn index  | 
    
| string | filterBy | String that contains the filter selection  |