Spread.Sheets Documentation
containsRange Method
The cell range.
Gets whether the current range contains the specified range.
Syntax
var instance = new GC.Spread.Sheets.Range(r, c, rc, cc);
var value; // Type: boolean
value = instance.containsRange(range);
function containsRange( 
   range : Range
) : boolean;

Parameters

range
The cell range.

Return Value

true if the current range contains the specified cell range; otherwise, false.
See Also

Reference

Range type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.