SpreadJS Documentation
contains Method
The index of the group item.
Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.
Syntax
var instance = new GcSpread.Sheets.RangeGroupInfo(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.
See Also

Reference

RangeGroupInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.