GridRow Class

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

Constructors

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

Properties

IRenderable this[int]
Gets a row item at the specified grid column index.

Methods

IEnumerator<IRenderable> GetEnumerator()

Extension Methods

T And<GridRow>(Action<GridRow>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.