Table of Contents

Interface ITableCellBase

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

The base interface for cells in tables, grids, and APO grids in SAP GUI for Windows applications.

public interface ITableCellBase

Properties

IsEditable

Indicates whether the cell is editable.

bool IsEditable { get; }

Property Value

bool

Value

The content of this cell.

string Value { get; }

Property Value

string

Methods

SetValue(string)

Sets the cell contents to the specified value.

void SetValue(string value)

Parameters

value string

The possible values depend on the type of cell. For example, values may be "ON" or "OFF" for a check box, or limited to the values of a combo box.