Class TableDescription
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
RowSelectionMode
Indicates which selections can be made on the rows.
public TableSelectionMode? RowSelectionMode { get; set; }