type property
How the data should be pasted. Possible string values are:
- "PASTE_NORMAL" : Paste values, formulas, formats, and merges.
- "PASTE_VALUES" : Paste the values ONLY without formats, formulas, or merges.
- "PASTE_FORMAT" : Paste the format and data validation only.
- "PASTE_NO_BORDERS" : Like
PASTE_NORMAL
but without borders. - "PASTE_FORMULA" : Paste the formulas only.
- "PASTE_DATA_VALIDATION" : Paste the data validation only.
- "PASTE_CONDITIONAL_FORMATTING" : Paste the conditional formatting rules only.
Implementation
core.String? type;