GrapeCity.Xaml.SpreadSheet.Data
GetValue Method (ConnectionBase)


The record index.
The field name.
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ConnectionBase Class
ConnectionBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options