Spread Windows Forms 12.0 Product Documentation
GetArrayValue Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IArguments Interface : GetArrayValue Method
An integer value indicates the index of argument.
An integer value indicates the row array index of item.
An integer value indicates the column array index of item.
An IPrimitiveValue instance to store value of the specified item in the array argument.
Gets the value of an item in the array argument.
Syntax
'Declaration
 
Sub GetArrayValue( _
   ByVal index As Integer, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal result As IPrimitiveValue _
) 
'Usage
 
Dim instance As IArguments
Dim index As Integer
Dim row As Integer
Dim column As Integer
Dim result As IPrimitiveValue
 
instance.GetArrayValue(index, row, column, result)
void GetArrayValue( 
   int index,
   int row,
   int column,
   IPrimitiveValue result
)

Parameters

index
An integer value indicates the index of argument.
row
An integer value indicates the row array index of item.
column
An integer value indicates the column array index of item.
result
An IPrimitiveValue instance to store value of the specified item in the array argument.
See Also

Reference

IArguments Interface
IArguments Members