| |
|
|
|
|
AddSearchColumn Method
Use it to add new search column to SearchColumns collection.
[Visual Basic .NET]
Public Function AddSearchColumn(ByVal ColumnName As String) As Boolean
|
[C#]
public Boolean AddSearchColumn(String ColumnName);
|
ColumnName
New Column Name to add to SearchColumns collection.
True, if new search column is added to SearchColumns.
False, if word is not added. That could be if word already exist in SearchColumns collection.
Use this method if you need to add new search column at run time. In design time, you need to use SearchColumns property.
|
|
|
| |