Function containsRange

  • Returns true if the outerRange fully contains the innerRange, otherwise, false.

    Parameters

    • outerRange: Range

      the bounds of the outer range

    • innerRange: Range

      the inner range to test

    • exclusive: boolean = true

      disallow the innerRange from overlapping the outerRange (such that the outer start and end columns may not be equal) – defaults to true

    Returns boolean

Generated using TypeDoc