Type alias CellRangeCoordsAddress

CellRangeCoordsAddress: Partial<CellRangeCoords> | string

This is either:

  1. A CellRange
  2. A string that can be parsed into a CellRange (e.g. 'A1:B2')
  3. A named range