Function simpleLine

Returns a list of cells from start to end.

Throws an error if start and end are not on same row or column.

  • Parameters

    • start: Cell

      Start cell

    • end: Cell

      end clel

    • endInclusive: boolean = false

    Returns readonly Cell[]

    Array of cells