Interface ITableRow<T>
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; }
A row in a .NET Windows Forms table.
public interface ITableRow<T> where T : ITableCell
TThe cells in this row.
ReadOnlyCollection<T> Cells { get; }