Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 445 Bytes

note-excel-cells-and-ranges.md

File metadata and controls

2 lines (2 loc) · 445 Bytes

Note

The Excel JavaScript API doesn't have a "Cell" object or class. Instead, the Excel JavaScript API defines all Excel cells as Range objects. An individual cell in the Excel UI translates to a Range object with one cell in the Excel JavaScript API. A single Range object can also contain multiple contiguous cells. See Work with cells using the Excel JavaScript API to learn more.