Update(int, int, IRenderable) Method
Update a table cell at the specified index.
public void Update(int row, int column, IRenderable cellData)
- Namespace
- Spectre
.Console - Containing Type
- TableRowCollection
Parameters
- int row
- Index of cell row.
- int column
- index of cell column.
- IRenderable cellData
- The new cells details.