SpreadJS Documentation
OutlineInfo Method
GC.Spread.Sheets Namespace > Outlines type : OutlineInfo Method
The owner of the outline.
The start index of the outline.
The end index of the outline.
The level of the outline.
Represents the outline (range group) information.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
function OutlineInfo( 
   model : Outline,
   start : number,
   end : number,
   level : number
) : any;

Parameters

model
The owner of the outline.
start
The start index of the outline.
end
The end index of the outline.
level
The level of the outline.
See Also

Reference

Outlines type