GC.Spread.Sheets.Outlines Namespace > OutlineInfo type : contains Method |
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;
true
if the range group contains the specified index; otherwise, false
.