SpreadsheetDocument.Show
Syntax:
Parameters:
<Title> (optional)
Spreadsheet document window header.
<FileName> (optional)
A file name for saving a spreadsheet document. If the value is not empty and document has been changed, you will be offered to save a spreadsheet document in a specified file when you close the window.
<Activating> (optional)
Determines whether spreadsheet document window being opened is active.
True - activate window;, False - open window without activating.
Default value: True.
Description:
Availability:
Note:
Example:
Spreadsheet.Show("Customers requests", "Requests.mxl"); |
See also: