[]
Gets the view of a specified row of data.
public DataRowView GetDataRow(int row)
Public Function GetDataRow(row As Integer) As DataRowView
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
DataRowView | The view of a specified row of data. |