GrapeCity.Xaml.CalcEngine
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcArray Class
CalcArray Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options