Table of Contents

Interface ITableRow

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

A single row in an Oracle Table.

public interface ITableRow

Properties

Cells

The collection of ITableCell objects in the row.

ReadOnlyCollection<ITableCell> Cells { get; }

Property Value

ReadOnlyCollection<ITableCell>