var instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level); var value; // Type: boolean value = instance.contains(index);
function contains( index : number ) : boolean;
Parameters
- index
- The index of the group item.
Return Value
true
if the range group contains the specified index; otherwise, false
.