SpreadJS Documentation
GC.Spread.Sheets.OutlineColumn Namespace / OutlineColumn type / OutlineColumn Constructor
The outlineColumn's WorkSheet.
In This Topic
    OutlineColumn Constructor
    In This Topic
    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