piDogDataView.DataView.Selected

Deprecated Use: RowSelected
Scope: Public
Function Selected(row As Integer) As Boolean
Whether the row is selected and visible
Deprecated Use: RowSelected
Scope: Public
Sub Selected(row As Integer, assigns value as Boolean)
Sets whether the row is selected
Deprecated Use: CellSelected
Scope: Public
Function Selected(row As Integer, column As integer) As Boolean
Whether the cell is selected and visible
Deprecated Use: CellSelected
Scope: Public
Sub Selected(row As Integer, column As integer, assigns value as boolean)
Sets whether the cell is selected