Table of Contents

Method BuildDemoDataTable

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

BuildDemoDataTable(int, int)

Generates a new demo DataTable with the given number of cols (min 5) and rows

public static DataTable BuildDemoDataTable(int cols, int rows)

Parameters

cols int
rows int

Returns

DataTable