Interface ITable
A table control in a SAP GUI for Windows application.
public interface ITable : ITableBase<ITableCell>, IEnabledProvider, IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
- Inherited Members
- Extension Methods
Properties
ColumnSelectionMode
Returns which selections can be made on the columns.
TableSelectionMode ColumnSelectionMode { get; }
Property Value
RowSelectionMode
Returns which selections can be made on the rows.
TableSelectionMode RowSelectionMode { get; }
Property Value
Methods
IsValidRow(uint)
Indicates whether or not the specified row is a valid row for the table.
bool IsValidRow(uint row)
Parameters
rowuint1-based row index.
Returns
- bool
True if the row exists.
Remarks
This method is useful because ITableBase.Rows.Count retrieves only an estimated row count for a SAP Table.
PressSettingsButton()
Presses the table settings button.
void PressSettingsButton()
SelectAllColumns()
Selects all columns in the table.
void SelectAllColumns()