Referenced By      Properties       Methods Send us your Feedback
SGSelection Object

Name: SGSelection
Description: SGSelection object can be used to manipulate current selection.
GUID: {D96465D5-DB03-11D2-8F2C-008048E27A77}

 Show Example
 Copy Code     Show Me

Private Sub Form_Load()
   SGGrid1.SelectionMode = sgSelectionByRow
   SGGrid1.MultiSelect = sgMultiSelectExtended
   SGGrid1.SpecialMode = sgModeListBox
End Sub


Back to topic

Referenced By

Selection