NewWindow Method

The NewWindow method creates a new window for this document. Returns an AutoGridDoc, AutoPlotWindow, or AutoWksWindow depending on the type of window created.

Syntax

object.NewWindow

Example

This example demonstrates how to create a new window of a document

Dim NewWindow As Object

Set NewWindow = Plot.NewWindow

 

Used by: Document object