GrapeCity.Xaml.CalcEngine
GetValue(Int32) Method


GrapeCity.CalcEngine Namespace > CalcArray Class > GetValue Method : GetValue(Int32) Method
The at which value should be get.
Gets the value at the specified position in the array.
Syntax
'Declaration
 
Public Overloads Overridable Function GetValue( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As CalcArray
Dim index As Integer
Dim value As Object
 
value = instance.GetValue(index)
public virtual object GetValue( 
   int index
)

Parameters

index
The at which value should be get.

Return Value

Value at the specified position.
See Also

Reference

CalcArray Class
CalcArray Members
Overload List