Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.MultiSelect Property

Gets or sets the ability to select multiple rows

Syntax
Public Property Get MultiSelect () As Boolean
Public Property Let MultiSelect (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for multiselection, False otherwise
Remarks
Use SHIFT or CTRL + Mouse or Arrow Keys. Check the status using the [RowSel] method