Read-only. Gets a Page object for the page that is displayed in the window.
Applies to: Window object
[[Set] pageRet = ] object.Page |
The Page property syntax has these parts:
Part | Description |
object | Required. An expression, that returns an instance of the Window object. |
pageRet | Optional. A Page type variable. |
If the window represents a document window (document view, see the Type property) the Page property returns an instance of the Page object, corresponding to the page, displayed in the window. For windows of all other types the Page property returns Nothing. If the window is an Edit Group window, Page returns the page, to which the group belongs.
See Also |
Document property, Library property, Shape property, Page object |