Header menu logo B2R2

TableColumnFormat Type

Represents a column of a table with a specified width in bytes (# of chars).

Union cases

Union case Description

LeftAligned width

Full Usage: LeftAligned width

Parameters:
    width : int

width : int

RightAligned width

Full Usage: RightAligned width

Parameters:
    width : int

width : int

Instance members

Instance member Description

this.IsLeftAligned

Full Usage: this.IsLeftAligned

Returns: bool
Returns: bool

this.IsRightAligned

Full Usage: this.IsRightAligned

Returns: bool
Returns: bool

this.Pad

Full Usage: this.Pad

Parameters:
Returns: OutString

Pads the given ColoredString according to the column format.

os : OutString
isLast : bool
Returns: OutString

this.Pad

Full Usage: this.Pad

Parameters:
Returns: ColoredString

Pads the given ColoredString according to the column format.

cs : ColoredString
isLast : bool
Returns: ColoredString

Type something to start searching.