Table of Contents

Interface ITableRowBase

A single row in a Java Table.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRowBase

Properties

Cells

Returns the collection of ITableCell objects in the row.

Declaration
ReadOnlyCollection<ITableCell> Cells { get; }
Property Value
Type Description
ReadOnlyCollection<ITableCell>