Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRow(params ConsoleColoredString[])

Declaration

public void AddRow(
    params ConsoleColoredString[] values
)

Summary

Adds a new row to the end of the table, using default cell settings for each cell.

Parameters

ConsoleColoredString[]values Values to add, one for each column.