Gets the value of the given field, at the cursor position.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Object GetFieldValue(
	int fieldIndex
)
Visual Basic
Public Function GetFieldValue ( _
	fieldIndex As Integer _
) As Object

Parameters

fieldIndex
Type: System..::..Int32
Index of the field.

Return Value

Value of the field.

See Also