DataView.Mode (gb.db.form)

Property Mode As Integer

Return or set the selection mode:

Select.None No row can be selected.
Select.Single Only a single row can be selected.
Select.Multiple Each row can be selected independently.

If Select.Multiple is set, you can see all the selected lines in GridView.Rows.Selection.