Spread.Sheets Documentation
OutlineState Enumeration
Specifies the status of an outline (range group).
Members
MemberDescription
collapsedIndicates collapsed status with the plus sign.
expandedIndicates expanded status with the minus sign.
Example
The following example specifies to display a range group as collapsed.
sheet.rowOutlines.group(0,5);
var rgi = sheet.rowOutlines.find(1, 0);
rgi.state(GC.Spread.Sheets.Outlines.OutlineState.collapsed);
spread.invalidateLayout();
spread.repaint();
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Outlines.OutlineState

See Also

Reference

GC.Spread.Sheets.Outlines Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.