Table of Contents

Interface ITable

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

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

TableSelectionMode

RowSelectionMode

Returns which selections can be made on the rows.

TableSelectionMode RowSelectionMode { get; }

Property Value

TableSelectionMode

Methods

IsValidRow(uint)

Indicates whether or not the specified row is a valid row for the table.

bool IsValidRow(uint row)

Parameters

row uint

1-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()