Table of Contents

Interface ITableCell

Namespace
HP.LFT.SDK.PowerBuilder
Assembly
HP.LFT.SDK.dll

A single cell in a PowerBuilder Table.

public interface ITableCell

Properties

Value

The content of this cell.

string Value { get; }

Property Value

string

Methods

SetValue(string)

Sets the cell value.

void SetValue(string value)

Parameters

value string

The value.