FullSeriesCollection.Item(Object) 方法

定义

FullSeriesCollection 对象返回单个对象。

public:
 Microsoft::Office::Interop::Excel::Series ^ Item(System::Object ^ Index);
public Microsoft.Office.Interop.Excel.Series Item (object Index);
Public Function Item (Index As Object) As Series

参数

Index
Object

对象的索引号。

返回

适用于