Table of Contents

Enum TableSelectionMode

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

The selections that are possible in a table.

public enum TableSelectionMode

Fields

MultipleSelection = 2

One or more can be selected.

NoSelection = 0

Cannot select.

SingleSelection = 1

Only one can be selected.