Click or drag to resize
Accord.NET (logo)

ArrayRowViewSetColumnValue Method

Sets a value to the element at the specified position of this row.

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

Parameters

index
Type: SystemInt32
The index of the element to set.
value
Type: SystemObject
The new value for the specified element.
See Also