var instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
function OutlineInfo;
var instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
function OutlineInfo;
Object
GC.Spread.Sheets.Outlines.OutlineInfo
Name | Description | |
---|---|---|
OutlineInfo Constructor | Represents the outline (range group) information. |
Name | Description | |
---|---|---|
children | The children of the group. | |
end | The end index of the group. | |
level | The level of the group. | |
model | The owner of the group. | |
parent | The parent of the group. | |
start | The start index of the group. |
Name | Description | |
---|---|---|
addChild | Adds the child. | |
contains | Compares this instance to a specified OutlineInfo object and returns an indication of their relative values. | |
state | Gets or sets the state of this outline (range group). |