PasteOptions
Contents
[
Hide
]
pasteOptions
Represents the paste special options.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
OnlyVisibleCells | Boolean | True | False | True means only copying visible cells. | |
PasteType | String | True | False | The paste special type. | |
SkipBlanks | Boolean | True | False | Indicates whether skips blank cells. | |
Transpose | Boolean | True | False | True to transpose rows and columns when the range is pasted. The default value is False. |