Interface ITableRow
A single row in a .NET WPF table (grid) object.
public interface ITableRow
Properties
Cells
The cells in this row.
ReadOnlyCollection<ITableCell> Cells { get; }
A single row in a .NET WPF table (grid) object.
public interface ITableRow
The cells in this row.
ReadOnlyCollection<ITableCell> Cells { get; }