Table of Contents

Interface ITableCell

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

A single table cell in SAP GUI for Windows application.

public interface ITableCell : ITableCellBase
Inherited Members

Properties

Length

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

int Length { get; }

Property Value

int

Methods

Click()

Emulates a click on the cell.

void Click()

OpenPossibleEntries()

Opens the list of possible entries.

void OpenPossibleEntries()