Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcArray Class / GetValue Method / GetValue(Int32) Method
The at which value should be get.


In This Topic
    GetValue(Int32) Method
    In This Topic
    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