'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)
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.