Class Index

Classes


Class $.wijmo.wijspread.RangeGroupInfo

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents the range grouping information.
Method Summary
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.
 
Gets the state of this outline (range group).
 
setState(value)
Sets the state of this outline (range group).
Class Detail
$.wijmo.wijspread.RangeGroupInfo()
Represents the range grouping information.
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).

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.