Documents Property
The Documents property returns the Documents collection. This is a read-only property.
Syntax
object.Documents
object.Documents =Documents
Example 1
This example demonstrates how to return the number of documents open.
Debug.Print GrapherApp.Documents.Count
Example 2
This example demonstrates how to create a new plot document.
GrapherApp.Documents.Add(grfPlotDoc)
Used by: Application object