Share via


RecentFiles.Item[Int32] 属性

定义

从集合中返回一个对象。

public:
 property Microsoft::Office::Interop::Excel::RecentFile ^ Item[int] { Microsoft::Office::Interop::Excel::RecentFile ^ get(int Index); };
public Microsoft.Office.Interop.Excel.RecentFile Item[int Index] { get; }
Public ReadOnly Property Item(Index As Integer) As RecentFile

参数

Index
Int32

必需 整数。 对象的索引号。

属性值

适用于