Footnotes.Item[Int32] Propiedad

Definición

Devuelve un objeto individual de una colección.

public:
 property Microsoft::Office::Interop::Word::Footnote ^ default[int] { Microsoft::Office::Interop::Word::Footnote ^ get(int Index); };
public Microsoft.Office.Interop.Word.Footnote this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.Footnote
Default Public ReadOnly Property Item(Index As Integer) As Footnote

Parámetros

Index
Int32

Entero que indica la posición ordinal del objeto individual.

Valor de propiedad

Se aplica a