Table of Contents

Interface IAPOGridCell

A single grid cell in SAP GUI for Windows application.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IAPOGridCell : ITableCellBase

Properties

Format

The cell formatting.

Declaration
string Format { get; }
Property Value
Type Description
string

Methods

SelectMenuItem(string)

Right-clicks the cell and selects the specified menu item.

Declaration
void SelectMenuItem(string menuItem)
Parameters
Type Name Description
string menuItem

The name of the menu item.