GcSpread.Sheets Namespace > RangeGroupInfo type : contains Method |
var instance = new GcSpread.Sheets.RangeGroupInfo(model, start, end, level); var value; // Type: boolean value = instance.contains(index);
function contains( index : number ) : boolean;
true
if the range group contains the specified index; otherwise, false
.