TableRow

Represents a table row.

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 : int

Gets the number of columns in the row.

Item : IRenderable

Gets a row item at the specified table column index.

Methods

public IEnumerator<IRenderable> GetEnumerator()