var instance = new GC.Spread.Sheets.Range(r, c, rc, cc); var value; // Type: boolean value = instance.containsRange(range);
Parameters
- range
- The cell range.
Return Value
true
if the current range contains the specified cell range; otherwise, false
.