Parameters.Item(Object) 方法

定义

从集合中返回一个对象。

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

参数

Index
Object

必需的 对象。 对象的名称或索引号。

返回

适用于