Pane.Pages Property
Returns a Pages collection that represents the pages in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Pages As Pages
Get
'Usage
Dim instance As Pane
Dim value As Pages
value = instance.Pages
Pages Pages { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Pages