Property.IndexedValue[Object, Object, Object, Object] Property

Definition

Returns one element of a list.

public:
 property System::Object ^ IndexedValue[System::Object ^, System::Object ^, System::Object ^, System::Object ^] { System::Object ^ get(System::Object ^ Index1, System::Object ^ Index2, System::Object ^ Index3, System::Object ^ Index4); void set(System::Object ^ Index1, System::Object ^ Index2, System::Object ^ Index3, System::Object ^ Index4, System::Object ^ value); };
[System.Runtime.InteropServices.DispId(3)]
public object IndexedValue[object Index1, object Index2, object Index3, object Index4] { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.IndexedValue(obj * obj * obj * obj) : obj with get, set
Public Property IndexedValue(Index1 As Object, Optional Index2 As Object, Optional Index3 As Object, Optional Index4 As Object) As Object

Parameters

Index1
Object

Required. The index of the item to display.

Index2
Object

Optional. The index of the item to display. Reserved for future use.

Index3
Object

Optional. The index of the item to display. Reserved for future use.

Index4
Object

Optional. The index of the item to display. Reserved for future use.

Property Value

An object.

Attributes

Remarks

IndexedValue[] is ignored unless the property returns a list as indicated by the NumIndices.

Applies to