Skip to content

CellRange

Since v0.1.1

Public representation of a cell range (for events)

PropertyTypeDescription
from{ row: number; col: number }Starting cell coordinates
to{ row: number; col: number }Ending cell coordinates