Skip to content
TREB Docs

ClipboardDataElement

ClipboardDataElement interface

this is a structure for copy/paste data. clipboard data may include relative formauls and resolved styles, so it’s suitable for pasting into other areas of the spreadsheet.

Members
areaoptionalarea. if this cell is part of an array, this is the array range
calculatedcalculated cell value
styleoptionalcell style. this may include row/column styles from the copy source
valuethe actual cell value or formula
Referenced by
ClipboardData