property Values[Index: Integer]: string;
Description
Indicates the value part of items that are key-value pairs.
Use Values to obtain a value part of an item from the list. The Index parameter indicates the index of the value, where 0 is the index of the first item, 1 is the index of the second item, and so on.
You can read or change the value at a specific index, or use Values with the Count property to iterate through the list.
See also