Class $.wijmo.wijspread.RangeGroupDirection
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the status of a range group summary row or column position.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
$.wijmo.wijspread.RangeGroupDirection.Backward
[0] The summary row is above or to the left of the group detail.
|
<static> |
$.wijmo.wijspread.RangeGroupDirection.Forward
[1] The summary row is below or to the right of the group detail.
|
Class Detail
$.wijmo.wijspread.RangeGroupDirection()
Specifies the status of a range group summary row or column position.
sheet.rowRangeGroup.group(3,2); sheet.colRangeGroup.group(4,1); sheet.rowRangeGroup.direction = $.wijmo.wijspread.RangeGroupDirection.Backward; sheet.colRangeGroup.direction=$.wijmo.wijspread.RangeGroupDirection.Forward;
Field Detail
<static>
$.wijmo.wijspread.RangeGroupDirection.Backward
[0] The summary row is above or to the left of the group detail.
<static>
$.wijmo.wijspread.RangeGroupDirection.Forward
[1] The summary row is below or to the right of the group detail.