[]
Creates a command that paste specified data to the worksheet.
void PasteSpecial(PasteType paste, PasteSpecialOperation operation, bool skipBlanks = false, bool transpose = false)
Sub PasteSpecial(paste As PasteType, operation As PasteSpecialOperation, Optional skipBlanks As Boolean = False, Optional transpose As Boolean = False)
| Type | Name | Description |
|---|---|---|
| PasteType | paste | The part of the range to be pasted. |
| PasteSpecialOperation | operation | The paste operation. |
| bool | skipBlanks |
|
| bool | transpose |
|