Class TableCell
Cell with optional color highlighting.
public record TableCell : IEquatable<TableCell>
Inheritance
Implements
Properties
Color
public ConsoleColor? Color { get; init; }
Text
public string Text { get; init; }
Constructors
TableCell(string, ConsoleColor?)
Cell with optional color highlighting.