Table of Contents

Class GridDescription

Description of a SAP GUI for Windows grid.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class GridDescription : TableBaseDescription, ICloneable, IDescription

Constructors

GridDescription()

Declaration
public GridDescription()

Properties

SelectionMode

Indicates which selections can be made in the grid.

Declaration
public GridSelectionMode? SelectionMode { get; set; }
Property Value
Type Description
GridSelectionMode?

Implements

ICloneable
IDescription