Table of Contents

Interface ITableRow

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

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

public interface ITableRow

Properties

Cells

The cells in this row.

ReadOnlyCollection<ITableCell> Cells { get; }

Property Value

ReadOnlyCollection<ITableCell>