![]() ![]() |
![]() |
MultiSelect Property |
Read/Write at run time and design time.
Syntaxobject.MultiSelect As sgMultiSelect
The object placeholder represents an object expression that evaluates to SGSelection and SGGrid objects.
Settings
|
Remarks
Returns or sets a value indicating whether a user can select multiple rows, columns or cells and how the multiple selections can be made.
This property has no effect if the SelectionMode is set to sgSelectionNone.
Private Sub Form_Load()
SGGrid1.SelectionMode = sgSelectionByRow
SGGrid1.MultiSelect = sgMultiSelectExtended
SGGrid1.SpecialMode = sgModeListBox
End Sub
See Also