Spread Windows Forms 12.0 Product Documentation
Item Property (IArguments)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IArguments Interface : Item Property
An integer value indicates the index of argument.
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

Reference

IArguments Interface
IArguments Members