# SetCellContentResult Interface
# Properties
# oldContent
• oldContent: [SimpleCellAddress, ClipboardCell]
Defined in src/Operations.ts:159 (opens new window)
Previous content of the anchor cell (the cell the new content is written to).
# overwrittenCells
• overwrittenCells: [SimpleCellAddress, ClipboardCell][]
Defined in src/Operations.ts:165 (opens new window)
Content of the non-anchor cells that an array formula overwrote while spilling
(only populated when arrayFunctionResultOverwritesData is on and the spill actually
overwrites static occupants). Empty otherwise. Used to make the overwrite undoable.