CellRange
Since v0.1.1
Public representation of a cell range (for events)
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
from | { row: number; col: number } | Starting cell coordinates |
to | { row: number; col: number } | Ending cell coordinates |