Pane.Pages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Pages collection that represents the pages in a document.
public:
property Microsoft::Office::Interop::Word::Pages ^ Pages { Microsoft::Office::Interop::Word::Pages ^ get(); };
public Microsoft.Office.Interop.Word.Pages Pages { get; }
member this.Pages : Microsoft.Office.Interop.Word.Pages
Public ReadOnly Property Pages As Pages