GridSelectionMode Enumeration
The selections that are possible in a grid.

C# Syntax

public enum GridSelectionMode : System.Enum 
Members
MemberDescription
FreeAny selection can be made.
ListboxMultipleOne or more rows can be selected.
ListboxSingleOnly one row can be selected.
RowsAndColumnsOnly rows and columns can be selected; individual cells cannot be selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.SAP.GUI.GridSelectionMode