Table of Contents

Interface IAPOGridCell

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

A single grid cell in SAP GUI for Windows application.

public interface IAPOGridCell : ITableCellBase
Inherited Members

Properties

Format

The cell formatting.

string Format { get; }

Property Value

string

Methods

SelectMenuItem(string)

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

void SelectMenuItem(string menuItem)

Parameters

menuItem string

The name of the menu item.