Table of Contents

Enum GridSelectionMode

The selections that are possible in a grid.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public enum GridSelectionMode

Fields

Name Description
Free

Any selection can be made.

ListboxMultiple

One or more rows can be selected.

ListboxSingle

Only one row can be selected.

RowsAndColumns

Only rows and columns can be selected; individual cells cannot be selected.