TableTitle Class
Represents a table title such as a heading or footnote.
public sealed class TableTitle
- Namespace
- Spectre
.Console
Constructors
-
TableTitle
(string, Style) -
Initializes a new instance of the
TableTitle
class.
Properties
Methods
-
TableTitle SetStyle
(string) - Sets the title style.
-
TableTitle SetStyle
(Style) - Sets the title style.
Extension Methods
-
T And
<TableTitle> (Action <TableTitle> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.