SpreadJS Documentation
RangeGroup type
Represents a range group for the worksheet.
Syntax
var instance = new GcSpread.Sheets.RangeGroup(count);
function RangeGroup;
Inheritance Hierarchy

Object
   GcSpread.Sheets.RangeGroup

Constructors
 NameDescription
public ConstructorRangeGroup ConstructorRepresents a range group for the worksheet.  
Top
Methods
 NameDescription
public MethodequalsDetermines whether the specified outline (range group) is equal to the current range group.  
public MethodexpandExpands all outlines (range groups), using the specified level.  
public MethodexpandGroupExpands or collapses the specified outline (range group) of rows or columns.  
public MethodfindGets the outline (range group) with the specified group level and row or column index.  
public MethodgetCollapsedGets the collapsed internal.  
public MethodgetDirectionGets the range group's direction.  
public MethodgetLevelGets the level of a specified row or column. The level's index is zero-based.  
public MethodgetMaxLevelGets the number of the deepest level.  
public MethodgetStateGets the state for the specified group.  
public MethodgroupGroups a range of rows or columns into an outline (range group) from a specified start index.  
public MethodisCollapsedDetermines whether the range group at the specified index is collapsed.  
public MethodisGroupEndDetermines whether the specified index is the end of the group.  
public MethodrefreshRefreshes this range group.  
public MethodresumeAddingResumes the adding.  
public MethodsetCollapsedSets the collapsed level.  
public MethodsetDirectionSets the range group's direction.  
public MethodsuspendAddingSuspends the adding.  
public MethodungroupRemoves all outlines (range groups).  
public MethodungroupRangeRemoves a range of rows or columns from the outline (range group) at the specified start index.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.