Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IDelegate Interface / Item Property
The position of the parameter.


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

    Parameters

    index
    The position of the parameter.

    Property Value

    An IParameter object represents the parameter.
    See Also