[]
Determines whether the specified column is bound to a data source column.
public bool IsColumnBound(int column)
Public Function IsColumnBound(column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | column | Column index to check |
Type | Description |
---|---|
bool | True if the column is bound to a data source column; otherwise, false. |