Table of Contents

Interface ITableCell

A single table cell in SAP GUI for Windows application.

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

Properties

Length

The number of characters that can be entered in the cell. -1 if the cell does not have a valid length.

Declaration
int Length { get; }
Property Value
Type Description
int

Methods

Click()

Emulates a click on the cell.

Declaration
void Click()

OpenPossibleEntries()

Opens the list of possible entries.

Declaration
void OpenPossibleEntries()