Used to access the item value as variant.
property ItemValue[Index: integer]: variant;
Use the ItemValue property to access PL/SQL table item by Index. Returns the item value.
Index starts with 1. The index value cannot be greater than Length value.