Click or drag to resize
Accord.NET (logo)

DataGridBoxShow Method (Array, String, Object, Object)

Displays a Data Grid View with the specified data.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static DataGridBox Show(
	Array array,
	string title = null,
	Object[] rowNames = null,
	Object[] colNames = null
)
Request Example View Source

Parameters

array
Type: SystemArray
The array to be displayed.
title (Optional)
Type: SystemString
The title for the data window.
rowNames (Optional)
Type: SystemObject
A collection of row names to be displayed.
colNames (Optional)
Type: SystemObject
A collection of column names to be displayed.

Return Value

Type: DataGridBox
The Data Grid Box being shown.
See Also