TableColumnFormat Type
Represents a column of a table with a specified width in characters.
Union cases
| Union case |
Description
|
Full Usage:
LeftAligned width
Parameters:
int
|
|
Full Usage:
RightAligned width
Parameters:
int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsLeftAligned
Returns: bool
|
|
Full Usage:
this.IsRightAligned
Returns: bool
|
|
|
Pads the given ColoredString according to the column format.
|
B2R2