RestoreTemplate Method

The RestoreTemplate method removes all data currently loaded in the template to start over. This returns the template document to its empty placeholder state.

Syntax

object.RestoreTemplate()

Example

The following example demonstrates how to clear loaded data from a template.

'Remove all loaded data from the template

PlotDocument.RestoreTemplate()

 

Used by: Document Object