Spread.Sheets Documentation
Outline type
Represents an outline (range group) for the worksheet.
Syntax
var instance = new GC.Spread.Sheets.Outlines.Outline(count);
function Outline;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Outlines.Outline

Constructors
 NameDescription
public ConstructorOutline ConstructorRepresents an outline (range group) for the worksheet.  
Top
Methods
 NameDescription
public MethoddirectionGets or sets the outline's (range group) direction.  
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 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 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

GC.Spread.Sheets.Outlines Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.