Interface: FillRangeEvent
Defined in: src/model/types.ts:416
Properties
source
source:
CellPositionRef
Defined in: src/model/types.ts:418
Source cell whose value is being repeated.
targets
targets:
CellPositionRef[]
Defined in: src/model/types.ts:420
Target cells (excludes the source).
value
value:
unknown
Defined in: src/model/types.ts:422
The value being copied (post-read).