ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / GetFieldValue Method
Index of the field.

In This Topic
    GetFieldValue Method (DataSource)
    In This Topic
    Gets the value of the given field, at the cursor position.
    Syntax
    'Declaration
     
    Public Function GetFieldValue( _
       ByVal fieldIndex As System.Integer _
    ) As System.Object
    public System.object GetFieldValue( 
       System.int fieldIndex
    )

    Parameters

    fieldIndex
    Index of the field.

    Return Value

    Value of the field.
    See Also