Table of Contents

Constructor TableData

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

TableData(string[], Alignment[], string[][])

Initializes a new TableData from parsed table rows.

public TableData(string[] headers, Alignment[] alignments, string[][] rows)

Parameters

headers string[]

The header cell texts.

alignments Alignment[]

The column alignments parsed from the separator row.

rows string[][]

The body row cell texts.