Spread.Sheets Documentation
outlineColumn Field
GC.Spread.Sheets Namespace > Commands type : outlineColumn Field
Represents the command for grouping a column outline (range group) on a sheet.
Syntax
var value; // Type: outlineColumn
value = GC.Spread.Sheets.Commands.outlineColumn;
var outlineColumn : outlineColumn;
Example
This example creates a group.
spread.options.allowUndo = true;
spread.commandManager().execute({cmd: "outlineColumn", sheetName: "Sheet1", index: 3, count: 5});
See Also

Reference

Commands type