Class $.wijmo.wijspread.RangeGroupInfo
Constructor Attributes | Constructor Name and Description |
---|---|
Represents the range grouping information.
|
Method Attributes | Method Name and Description |
---|---|
addChild(child)
Adds the child.
|
|
contains(index)
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(value)
Sets the state of this outline (range group).
|
Method Detail
addChild(child)
Adds the child.
- Parameters:
- {object} child
- The child.
{boolean}
contains(index)
Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.
- Parameters:
- {number} index
- The index of the group item.
- Returns:
- {boolean} true if the range group contains the specified index; otherwise, false.
{GroupState}
getState()
Gets the state of this outline (range group).
- Returns:
- {GroupState} The state of this outline (range group).
setState(value)
Sets the state of this outline (range group).
- Parameters:
- {GroupState} value
- The state of this outline (range group).