SpreadJS Documentation
RangeGroupInfo type
Represents the range grouping information.
Syntax
var instance = new GcSpread.Sheets.RangeGroupInfo(model, start, end, level);
function RangeGroupInfo;
Inheritance Hierarchy

Object
   GcSpread.Sheets.RangeGroupInfo

Constructors
 NameDescription
public ConstructorRangeGroupInfo ConstructorRepresents the range grouping 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 RangeGroupInfo object and returns an indication of their relative values.  
public MethodgetStateGets the state of this outline (range group).  
public MethodsetStateSets the state of this outline (range group).  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.