GetFieldValue Method (DataSource)
Gets the value of the given field, at the cursor position.
public System.object GetFieldValue(
System.int
)
'Declaration
Public Function GetFieldValue( _
ByVal As System.Integer _
) As System.Object
Parameters
- fieldIndex
- Index of the field.
Return Value
Value of the field.