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
| area | optional | area. if this cell is part of an array, this is the array range | |
| calculated | calculated cell value | ||
| style | optional | cell style. this may include row/column styles from the copy source | |
| value | the actual cell value or formula |
Referenced by
| ClipboardData |