GcSpread.Sheets Namespace : RangeGroup type |
var instance = new GcSpread.Sheets.RangeGroup(count);
function RangeGroup;
Object
GcSpread.Sheets.RangeGroup
Name | Description | |
---|---|---|
RangeGroup Constructor | Represents a range group for the worksheet. |
Name | Description | |
---|---|---|
equals | Determines whether the specified outline (range group) is equal to the current range group. | |
expand | Expands all outlines (range groups), using the specified level. | |
expandGroup | Expands or collapses the specified outline (range group) of rows or columns. | |
find | Gets the outline (range group) with the specified group level and row or column index. | |
getCollapsed | Gets the collapsed internal. | |
getDirection | Gets the range group's direction. | |
getLevel | Gets the level of a specified row or column. The level's index is zero-based. | |
getMaxLevel | Gets the number of the deepest level. | |
getState | Gets the state for the specified group. | |
group | Groups a range of rows or columns into an outline (range group) from a specified start index. | |
isCollapsed | Determines whether the range group at the specified index is collapsed. | |
isGroupEnd | Determines whether the specified index is the end of the group. | |
refresh | Refreshes this range group. | |
resumeAdding | Resumes the adding. | |
setCollapsed | Sets the collapsed level. | |
setDirection | Sets the range group's direction. | |
suspendAdding | Suspends the adding. | |
ungroup | Removes all outlines (range groups). | |
ungroupRange | Removes a range of rows or columns from the outline (range group) at the specified start index. |