Spread.Sheets Documentation
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 ConstructorOutlineInfo ConstructorRepresents the outline (range group) information.  
Top
Fields
 NameDescription
public FieldchildrenThe children of the group.  
public FieldendThe end index of the group.  
public FieldlevelThe level of the group.  
public FieldmodelThe owner of the group.  
public FieldparentThe parent of the group.  
public FieldstartThe start index of the group.  
Top
Methods
 NameDescription
public MethodaddChildAdds the child.  
public MethodcontainsCompares this instance to a specified OutlineInfo object and returns an indication of their relative values.  
public MethodstateGets or sets the state of this outline (range group).  
Top
See Also

Reference

GC.Spread.Sheets.Outlines Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.