SpreadsheetDocument.StartColumnGroup
Syntax:
Parameters:
<GroupName> (optional)
Columns group name.
<WhetherGroupIsOpen> (optional)
You can use it to define if it is necessary to open a group. True - an outputted group will be opened, False - a group will be outputted in a collapsed view.
Default value: True.
Description:
Availability:
Example:
Spreadsheet.StartColumnGroup("By all warehouses", True); |
See also: