[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IArguments.Item

this Property

this[int]

Gets the IValue argument at the specified index.

Declaration
IValue this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IValue
Parameters
Type Name Description
int index

An integer value indicates the index of argument.

Property Value
Type Description
IValue

An IValue instance indicates value of the specified argument.