Optional
adjustAllow for adjusting the values
Optional
adjusttrue
Optional
autoDetermines if the cells that are set should autoFit.
true (meaning autoFit in both directions)
Optional
copyThe default is to only keep the source header size if it is customized or the size of the selection fits the destination
Optional
descriptionA description that is used for versioning and tracking changes.
'determined by the consumer'
Optional
fitWhen pasting from a smaller range to a larger range copy will repeat or 'wallpaper' the source values.
Note - If there is only a single cell selected and adjustSelection is true then this will still expand to fit
Optional
isfalse
Optional
isIf true then during copy the old values will be remove. (if possible)
false
Optional
noIf true then the selection will not be included in an undo operation.
false
Optional
parseIf this is set to true string values will try to be coerce into numbers, dates, and booleans.
If a function is passed this will still attempt to coerce the value but will also called the function and take it's return value if not void
Optional
rangesAllow for specifying ranges. If not provided then the current selection range is used
Optional
skipNote - This needs to be sorted with autoFill
true
Optional
skipThis will skip trying to copy cells that were styled by headers. Note - If a cell has content it will still be copied. Note - This a performance hint as setting adjustCell.skipStyle will have the same result but required unnecessary processing of headers
false
Optional
skipIf a cell is merged retain this. Note - Excel sets this to false when copy content only
false
Optional
transposefalse
Options for copying cells.