FullSeriesCollection.Item(Object) Method

Definition

Returns a single object from the FullSeriesCollection object.

public:
 Microsoft::Office::Core::IMsoSeries ^ Item(System::Object ^ Index);
public Microsoft.Office.Core.IMsoSeries Item (object Index);
abstract member Item : obj -> Microsoft.Office.Core.IMsoSeries
Public Function Item (Index As Object) As IMsoSeries

Parameters

Index
Object

The index number of the object.

Returns

Applies to