IndexedValue Property

      Applies To

Sets or returns one element of a list.

Syntax

Property Get IndexedValue (index1 As Variant, Optional index2 As Variant, Optional index3 As Variant, Optional index4 As Variant) As VariantSettings

Property Let IndexedValue (index1 As Variant, Optional index2 As Variant, Optional index3 As Variant, Optional index4 As Variant) As VariantSettings

This syntax has these parts:

Part Description
index1 Required, the element to return.
index2 - 4 Optional, the element to return. Reserved for future use.

Remarks

Ignored unless the property returns a list as indicated by the NumIndices property.