SpreadJS Documentation
OutlineInfo type
GC.Spread.Sheets.Outlines Namespace : OutlineInfo type
Represents the outline (range group) information.
Syntax
var instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
function OutlineInfo;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Outlines.OutlineInfo

Constructors
 NameDescription
public ConstructorRepresents the outline (range group) information.  
Top
Fields
 NameDescription
public FieldThe children of the group.  
public FieldThe end index of the group.  
public FieldThe level of the group.  
public FieldThe owner of the group.  
public FieldThe parent of the group.  
public FieldThe start index of the group.  
Top
Methods
 NameDescription
public MethodAdds the child.  
public MethodCompares this instance to a specified OutlineInfo object and returns an indication of their relative values.  
public MethodGets or sets the state of this outline (range group).  
Top
See Also

Reference

GC.Spread.Sheets.Outlines Namespace