FormatConditions.Item(Object) Method

Definition

Returns a single object from a collection.

public:
 System::Object ^ Item(System::Object ^ Index);
public object Item (object Index);
Public Function Item (Index As Object) As Object

Parameters

Index
Object

Required Object. The index number for the object.

Returns

Object

Applies to