[]
Gets the value of an item in the array argument.
void GetArrayValue(int index, int row, int column, IPrimitiveValue result)
Sub GetArrayValue(index As Integer, row As Integer, column As Integer, result As IPrimitiveValue)
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. |