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

Reference

OutlineInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.