Class Index

Classes


Class $.wijmo.wijspread.GroupState

Class Summary
Constructor Attributes Constructor Name and Description
 
Specifies the status of an outline (range group).
Field Summary
Field Attributes Field Name and Description
<static>  
$.wijmo.wijspread.GroupState.Collapsed
[1] Indicates collapsed status with the plus sign.
<static>  
$.wijmo.wijspread.GroupState.Expanded
[0] Indicates expanded status with the minus sign.
Class Detail
$.wijmo.wijspread.GroupState()
Specifies the status of an outline (range group).
sheet.rowRangeGroup.group(0,5);
var rgi = sheet.rowRangeGroup.find(1, 0);
rgi.setState($.wijmo.wijspread.GroupState.Collapsed);
sheet.repaint();
Field Detail
<static> $.wijmo.wijspread.GroupState.Collapsed
[1] Indicates collapsed status with the plus sign.

<static> $.wijmo.wijspread.GroupState.Expanded
[0] Indicates expanded status with the minus sign.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.