SpreadsheetDocument.EndColumnGroup
Syntax:
Description:
Availability:
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: