SpreadsheetDocument.Show

Syntax:

Show(<Title>, <FileName>, <Activating>)

Parameters:

<Title> (optional)

Type: String.
Spreadsheet document window header.

<FileName> (optional)

Type: String.
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)

Type: Boolean.
Determines whether spreadsheet document window being opened is active.
True - activate window;, False - open window without activating.
Default value: True.

Description:

Opens window for viewing and editing spreadsheet document.

Availability:

Thin client, web-client, thick client.

Note:

The method call will activate an exception if the spreadsheet document is an attribute of a managed form.

Example:

Spreadsheet.Show("Customers requests", "Requests.mxl");

See also:

SpreadsheetDocument, method Hide

    

1C:Enterprise Developer's Community