[]
Binds the model column with the data source column.
void SetModelDataColumn(int column, string columnName)
Sub SetModelDataColumn(column As Integer, columnName As String)
Type | Name | Description |
---|---|---|
int | column | Model column to be bound |
string | columnName | Data source column name of the column to which to bind |