Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void FinishRow(ConsoleColor?)

Declaration

public void FinishRow(
    ConsoleColor? backgroundColor
)

Summary

Ends the row that was being added to by TextTable.AddCell(ConsoleColoredString, int, int, bool, HorizontalTextAlignment?, ConsoleColor?) and begins the next row at column 0.

Parameters

ConsoleColor?backgroundColorBackground color of the row being finished. See TextTable.SetRowBackground(int, ConsoleColor?).