Table of Contents

Interface ITableRow<T>

A row in a .NET Windows Forms table.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRow<T> where T : ITableCell
Type Parameters
Name Description
T

Properties

Cells

The cells in this row.

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