Spread Silverlight Documentation
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 System.Integer _
) As System.Object
'Usage
 
Dim instance As CalcArray
Dim index As System.Integer
Dim value As System.Object
 
value = instance.GetValue(index)
public virtual System.object GetValue( 
   System.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