TableRow Class

Represents a table row.
public sealed class TableRow : IEnumerable<IRenderable>, IEnumerable
Namespace
Spectre.Console
Interfaces

Constructors

TableRow(IEnumerable<IRenderable>)
Initializes a new instance of the TableRow class.

Properties

int Count
Gets the number of columns in the row.
IRenderable this[int]
Gets a row item at the specified table column index.

Methods

IEnumerator<IRenderable> GetEnumerator()