SpreadJS Documentation
OutlineColumn Constructor
GC.Spread.Sheets.OutlineColumn Namespace > OutlineColumn type : OutlineColumn Constructor
The outlineColumn's WorkSheet.
Represents an indented column.
Syntax
var instance = new GC.Spread.Sheets.OutlineColumn.OutlineColumn(sheet);
function OutlineColumn( 
   sheet : Worksheet
) : OutlineColumn;

Parameters

sheet
The outlineColumn's WorkSheet.
See Also

Reference

OutlineColumn type