Expand description
Defines types for cell references.
Structs§
- CCol
- Basic cell reference.
- CRow
- Basic cell reference.
- Cell
Range - A cell-range.
- CellRef
- A reference to a cell, possibly in another sheet in another file.
- ColRange
- A range over columns.
- RowRange
- A range over rows.
Functions§
- parse_
cellrange - Parse a cell reference.
- parse_
cellranges - Parse a list of range refs
- parse_
cellref - Parse a cell reference.
- parse_
colrange - Parse a cell reference.
- parse_
rowrange - Parse a cell reference.