TableColumn Type
Define 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
|
|
Static members
Static member | Description |
Full Usage:
TableColumn.OfPaddedString(isLast) (s) (column)
Parameters:
bool
s : string
column : TableColumn
Returns: string
|
|