UpdateCell(Table, int, int, string) Method
Updates a tables cell.
public static Table UpdateCell(this Table table, int rowIndex, int columnIndex, string 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.
- string cellData
- New cell data.