Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcArray Class
CalcArray Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.