Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / GetValue Method
The record index.
The field name.


In This Topic
    GetValue Method (ConnectionBase)
    In This Topic
    Gets the object of the specified record.
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal recordIndex As Integer, _
       ByVal field As String _
    ) As Object
    'Usage
     
    Dim instance As ConnectionBase
    Dim recordIndex As Integer
    Dim field As String
    Dim value As Object
     
    value = instance.GetValue(recordIndex, field)
    public object GetValue( 
       int recordIndex,
       string field
    )

    Parameters

    recordIndex
    The record index.
    field
    The field name.

    Return Value

    The object of the specified record.
    See Also