SpreadJS Documentation
Outline Constructor
GC.Spread.Sheets.Outlines Namespace > Outline type : Outline Constructor
The number of rows or columns.
Represents an outline (range group) for the worksheet.
Syntax
var instance = new GC.Spread.Sheets.Outlines.Outline(count);
function Outline( 
   count : number
) : Outline;

Parameters

count
The number of rows or columns.
See Also

Reference

Outline type