TableSelectionMode Enumeration
The selections that are possible in a table.

C# Syntax

public enum TableSelectionMode : System.Enum 
Members
MemberDescription
MultipleSelectionOne or more can be selected.
NoSelectionCannot select.
SingleSelectionOnly one can be selected.
Inheritance Hierarchy

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