Table of Contents

Interface ITableRow

A single row in a .NET WPF table (grid) object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRow

Properties

Cells

The cells in this row.

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