Represents a table row.
Constructors
public TableRow(IEnumerable<IRenderable> items)
Initializes a new instance of the TableRow class.
Parameters:
items (IEnumerable<IRenderable>)The row items.
Properties
Count
: intGets the number of columns in the row.
Item
: IRenderableGets a row item at the specified table column index.
Methods
public IEnumerator<IRenderable> GetEnumerator()