var instance = new GC.Spread.Sheets.Outlines.Outline(count);
function Outline;
var instance = new GC.Spread.Sheets.Outlines.Outline(count);
function Outline;
Object
GC.Spread.Sheets.Outlines.Outline
Name | Description | |
---|---|---|
Outline Constructor | Represents an outline (range group) for the worksheet. |
Name | Description | |
---|---|---|
direction | Gets or sets the outline's (range group) direction. | |
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. | |
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. | |
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. |