|
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
)
Public Sub SetColumnValue (
index As Integer,
value As Object
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of the element to set. - value
- Type: SystemObject
The new value for the specified element.
See Also