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

Reference

Commands type