Table of Contents

Class TableDescription

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

Description of a SAP GUI for Windows table.

public class TableDescription : TableBaseDescription, ICloneable, IDescription
Inheritance
TableDescription
Implements
Inherited Members

Constructors

TableDescription()

public TableDescription()

Properties

ColumnSelectionMode

Indicates which selections can be made on the columns.

public TableSelectionMode? ColumnSelectionMode { get; set; }

Property Value

TableSelectionMode?

RowSelectionMode

Indicates which selections can be made on the rows.

public TableSelectionMode? RowSelectionMode { get; set; }

Property Value

TableSelectionMode?