Method BuildDemoDataTable | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

BuildDemoDataTable(int, int)

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

public static DataTable BuildDemoDataTable(int cols, int rows)

Parameters

cols int

rows int

Returns

DataTable

Edit this page