Table of Contents

Interface IAPOGrid

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

An APO grid control in a SAP GUI for Windows application.

public interface IAPOGrid : ITableBase<IAPOGridCell>, IEnabledProvider, IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
Inherited Members
Extension Methods

Methods

ClearSelection()

Clears the selected rows or columns in the APO grid.

void ClearSelection()

DeselectCell(uint, string)

Unselects the specified cell by row index and column name.

void DeselectCell(uint row, string column)

Parameters

row uint

The 1-based row index.

column string

The column name.

DeselectCell(uint, uint)

Unselects the specified cell by row and column index.

void DeselectCell(uint row, uint columnIndex)

Parameters

row uint

The 1-based row index.

columnIndex uint

The 1-based column index.

SelectColumnMenuItem(string, string)

Right-clicks the specified column and selects the specified menu item by column name.

void SelectColumnMenuItem(string column, string menuItem)

Parameters

column string

The name of the column.

menuItem string

The name of the menu item .

SelectColumnMenuItem(uint, string)

Right-clicks the specified column and selects the specified menu item by column index.

void SelectColumnMenuItem(uint columnIndex, string menuItem)

Parameters

columnIndex uint

The 1-based index of the column.

menuItem string

The name of the menu item.