DocumentHost Members
Functions
| Name | Description |
|---|---|
| Activate | Brings the hosted document to the front. |
| Close | Closes the document. |
| CreateNew | - |
| Open | - |
| PrintOut | Prints the hosted document. |
| Save | Saves the document. |
| SaveAs | Saves the document as the specified file path. Return value: Boolean. |
| Synchronize | For hosted Excel worksheets, this function synchronizes the excel data for analysis. |
Properties
| Name | Description |
|---|---|
| Application | Returns the application associated with the hosted document.
Return value: . This property is read only. |
| DataSet | Return value: InputSpreadsheet.
This property is read only. |
| Document | Return or assignment value: Object. |
| ExcelAnalysisDescriptor | Return value:
.
This property is read only. |
| Name | Returns the name of the hosted document.
Return value: String. This property is read only. |
| Parent | Returns the application associated with the hosted document.
Return value: . This property is read only. |
| Pathname | Get the full path and name of the hosted document.
Return value: String. This property is read only. |
| Saved | Returns or sets whether the latest changes in the document have been saved.
Return or assignment value: Boolean. |
| Visible | Return or assignment value: Boolean. |
| Window | Returns the window of the hosted document.
Return value: . This property is read only. |
Events
| Name | Description |
|---|---|
| BeforeClose | Called before the window is closed. |
| OnClose | Called when the window is closed. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
