Table of Contents

Interface ITableRow<T>

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

A row in a .NET Windows Forms table.

public interface ITableRow<T> where T : ITableCell

Type Parameters

T

Properties

Cells

The cells in this row.

ReadOnlyCollection<T> Cells { get; }

Property Value

ReadOnlyCollection<T>