SpreadsheetDocument.EndColumnGroup

Syntax:

EndColumnGroup()

Description:

Finishes the last of previously started column groups.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

Spreadsheet.StartColumnGroup("By all warehouses", True);
// ...
Spreadsheet.StartColumnGroup("On warehouse", True);
// ...
Spreadsheet.EndColumnGroup(); // end the "On warehouse" group
Spreadsheet.EndColumnGroup(); // end the "By all warehouses" group

See also:

SpreadsheetDocument, method StartColumnGroup

    

1C:Enterprise Developer's Community