Spread.Sheets Documentation
OutlineInfo Constructor
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 instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
function OutlineInfo( 
   model : Outline,
   start : number,
   end : number,
   level : number
) : OutlineInfo;

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

OutlineInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.