Insert(int, IEnumerable<IRenderable>) Method
Inserts a new row at the specified index.
public int Insert(int index, IEnumerable<IRenderable> columns)
- Namespace
- Spectre
.Console - Containing Type
- TableRowCollection
Parameters
- int index
- The index to insert the row at.
-
IEnumerable
<IRenderable> columns - The columns that are part of the row to insert.
Returns
- int