[]
Gets whether the specified row on this sheet is bound to a data source.
public bool IsRowBound(int row)
Public Function IsRowBound(row As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
bool | true if the row is bound; false otherwise |