[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IArguments.GetArrayValue

GetArrayValue Method

GetArrayValue(int, int, int, IPrimitiveValue)

Gets the value of an item in the array argument.

Declaration
void GetArrayValue(int index, int row, int column, IPrimitiveValue result)
Sub GetArrayValue(index As Integer, row As Integer, column As Integer, result As IPrimitiveValue)
Parameters
Type Name Description
int index

An integer value indicates the index of argument.

int row

An integer value indicates the row array index of item.

int column

An integer value indicates the column array index of item.

IPrimitiveValue result

An IPrimitiveValue instance to store value of the specified item in the array argument.