Table of Contents

Interface ITableSource

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Tabular matrix of data to be displayed in a TableView.

public interface ITableSource

Properties

ColumnNames

Gets the label for each column.

Columns

Gets the number of columns in the table.

this[int, int]

Returns the data at the given indexes of the table (row, column).

Rows

Gets the number of rows in the table.