Returns true if the outerRange fully contains the innerRange, otherwise, false.
outerRange
innerRange
false
the bounds of the outer range
the inner range to test
disallow the innerRange from overlapping the outerRange (such that the outer start and end columns may not be equal) – defaults to true
true
Generated using TypeDoc
Returns true if the
outerRange
fully contains theinnerRange
, otherwise,false
.