Table of Contents

Interface ITableRowBase

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A single row in a Java Table.

public interface ITableRowBase

Properties

Cells

Returns the collection of ITableCell objects in the row.

ReadOnlyCollection<ITableCell> Cells { get; }

Property Value

ReadOnlyCollection<ITableCell>