Type Property [Document]

The Type property returns the type of document. Returns a GrfDocumentTypes.

Syntax

object.Type

object.Type = Type

Example

This example demonstrates how to return the document type.

Debug.Print Plot.Type

 

Used by: Document object