piDogDataView.CustomDataSource.Selected

Scope: Public
Function Selected(row As Integer) As Boolean
override to handle selection of rows
Scope: Public
Sub Selected(row as integer, assigns value As Boolean)
override to handle row selection
Scope: Public
Function Selected(row as integer, column As integer) As Boolean
override to handle cell selection
Scope: Public
Sub Selected(row as integer, column As integer, assigns value As Boolean)
override to handle cell selection