Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.