|
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
)
Public Function GetColumn (
index As Integer
) As Object
Request Example
View SourceParameters
- index
- Type: SystemInt32
The column index of the element to get.
Return Value
Type:
ObjectSee Also