itemValue = list.GetItemValue(item)
itemValue = list.GetItemValue(item)
Variable | Description |
---|---|
itemValue | The value object of the list item. Object. |
item | The name or index of the list item. ItemIdentifier. |
VB
Dim item As Object = colorsList.GetItemValue("green") item = colorsList.GetItemValue(2)