Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IArguments Interface / Item Property
An integer value indicates the index of argument.


In This Topic
    Item Property (IArguments)
    In This Topic
    Gets the IValue argument at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IValue
    'Usage
     
    
    Dim instance As IArguments
    Dim index As Integer
    Dim value As IValue
     
    value = instance.Item(index)
    IValue this[ 
       int index
    ]; {get;}

    Parameters

    index
    An integer value indicates the index of argument.

    Property Value

    An IValue instance indicates value of the specified argument.
    See Also