Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an individual object in a collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As PageNumber
Get
'Usage
Dim instance As PageNumbers
Dim Index As Integer
Dim value As PageNumber
value = instance(Index)
PageNumber this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
An Integer indicating the ordinal position of the individual object.
Property Value
Type: Microsoft.Office.Interop.Word.PageNumber