Document Properties |
The Document type exposes the following members.
| Name | Description | |
|---|---|---|
| Analysis | List of analysis objects. | |
| CurrentSheet | Returns the currently active Sheet | |
| DataSources | List of DataSources. | |
| DocumentFunctions | Provides common functions | |
| DocumentMetadata | Contains common metadata like author, last saved date, etc. | |
| DocumentVariables | Contains user-defined variables, which can be used in macros. | |
| Export | Export the Document to images or office formats. | |
| Factories | Create and Add Elements to the Document. | |
| Filename | 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. | |
| Modified | Gets, Sets the modified state of the document. If the document is modified the user will be asked to save it when closed. | |
| Nodes | Contains additional items. | |
| Reports | The collection of Reports of this workbook | |
| Sheets | List of Sheets. | |
| Show | Shows or hides the document window. | |
| Title | The Title of the document (as shown in the Title bar). | |
| Views | List of Views. |