[]
Get the IValue object at the specified index.
IValue GetValue(int index)
Function GetValue(index As Integer) As IValue
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based integer indicates the index of IValue object. |
| Type | Description |
|---|---|
| IValue | IValue. |