UpdateCell(Table, int, int, IRenderable) Method

Updates a tables cell.
public static Table UpdateCell(this Table table, int rowIndex, int columnIndex, IRenderable cellData)
Namespace
Spectre.Console
Containing Type
TableExtensions

Parameters

Table table
The table to update.
int rowIndex
The index of row to update.
int columnIndex
The index of column to update.
IRenderable cellData
New cell data.

Returns