Click or drag to resize
Accord.NET (logo)

ArrayRowViewGetColumn Method

Gets the value at the specified position of this row.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public Object GetColumn(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The column index of the element to get.

Return Value

Type: Object
See Also