Click or drag to resize

Document Properties

The Document type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
List of analysis objects.
Public propertyCurrentSheet
Returns the currently active Sheet
Public propertyDataSources
List of DataSources.
Public propertyDocumentFunctions
Provides common functions
Public propertyDocumentMetadata
Contains common metadata like author, last saved date, etc.
Public propertyDocumentVariables
Contains user-defined variables, which can be used in macros.
Public propertyExport
Export the Document to images or office formats.
Public propertyFactories
Create and Add Elements to the Document.
Public propertyFilename
Gets or sets the filename used to save the document. If this property is not set the SaveAs file dialog will be displayed when the document is saved.
Public propertyModified
Gets, Sets the modified state of the document. If the document is modified the user will be asked to save it when closed.
Public propertyNodes
Contains additional items.
Public propertyReports
The collection of Reports of this workbook
Public propertySheets
List of Sheets.
Public propertyShow
Shows or hides the document window.
Public propertyTitle
The Title of the document (as shown in the Title bar).
Public propertyViews
List of Views.
Top
See Also