GcSpread.Sheets Namespace : RangeGroupInfo type |
var instance = new GcSpread.Sheets.RangeGroupInfo(model, start, end, level);
function RangeGroupInfo;
Object
GcSpread.Sheets.RangeGroupInfo
Name | Description | |
---|---|---|
RangeGroupInfo Constructor | Represents the range grouping 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 RangeGroupInfo object and returns an indication of their relative values. | |
getState | Gets the state of this outline (range group). | |
setState | Sets the state of this outline (range group). |