Header menu logo B2R2

TableConfig Type

Represents a table-like output configuration of a table. This is useful for formatting the output of console applications as we often align texts in a table-like shape.

Record fields

Record Field Description

ColumnGap

Full Usage: ColumnGap

Field type: int

The number of spaces between columns.

Field type: int

Columns

Full Usage: Columns

Field type: TableColumnFormat list

Format of each column.

Field type: TableColumnFormat list

Indentation

Full Usage: Indentation

Field type: int

The number of spaces to indent the table.

Field type: int

Static members

Static member Description

TableConfig.DefaultTwoColumn

Full Usage: TableConfig.DefaultTwoColumn

Returns: TableConfig

Default table configuration with two columns.

Returns: TableConfig

Type something to start searching.