Class TableDescription
Description of a SAP GUI for Windows table.
Inheritance
TableDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : TableBaseDescription, ICloneable, IDescription
Constructors
TableDescription()
Declaration
public TableDescription()
Properties
ColumnSelectionMode
Indicates which selections can be made on the columns.
Declaration
public TableSelectionMode? ColumnSelectionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TableSelectionMode? |
RowSelectionMode
Indicates which selections can be made on the rows.
Declaration
public TableSelectionMode? RowSelectionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TableSelectionMode? |