[]
Determines whether the specified row is bound to a data source row.
public bool IsRowBound(int row)
Public Function IsRowBound(row As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Index of row to check |
Type | Description |
---|---|
bool | true if the row is bound; false otherwise |