'Usage Dim instance As IDataSourceSupport Dim column As Integer Dim value As Boolean value = instance.IsColumnBound(column)
Parameters
- column
- Index of a column in the model for which to return the status
Return Value
true if the column is bound; false otherwise