Click or drag to resize

Workarea.GetValue Method

X#
Get a value for the specified column.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetValue(
	nFldPos AS LONG
) AS Object
Request Example View Source

Parameters

nFldPos
Type: Long
The ONE based position of the column whose value you want to obtain.

Return Value

Type: Object
The value of the specified field.

Implements

GetValue(Long)
See Also