Page Property

Returns the contents of the document.

Syntax

object.Page

Properties

The Page property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

Page is a read-only property of type Object.

The Workspace is an OLE document container which can contain OLE documents of different types (pictures, schedules, Word Documents, Excel Spreadsheets). The Document object does not know about the internals of the different types of OLE documents. The Page property exists to allow you access to the object model of the particular OLE document you are working with. Use theType property of the Document object to identify the type of OLE document before accessing the Page property for the Document.

 

Applies To