![]() ![]() |
![]() |
SelectionMode Property |
Read/Write at run time and design time.
Syntaxobject.SelectionMode As sgSelectionMode
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 rows, columns or cells and how the selections can be made.
This property is a shortcut to the SelectionMode member of the SGSelection object.
Private Sub Form_Load()
SGGrid1.SelectionMode = sgSelectionByRow
SGGrid1.MultiSelect = sgMultiSelectExtended
SGGrid1.SpecialMode = sgModeListBox
End Sub
See Also