Compartir a través de


RecentFiles.Item[Int32] Propiedad

Definición

Devuelve un solo objeto de una colección.

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

Parámetros

Index
Int32

Required Integer. Número de índice del objeto.

Valor de propiedad

Se aplica a