TableColumnFormat Type
Represents a column of a table with a specified width in bytes (# of chars).
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
|
|
|