[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.PasteSpecial

PasteSpecial Method

PasteSpecial(PasteType, PasteSpecialOperation, bool, bool)

Creates a command that paste specified data to the worksheet.

Declaration
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)
Parameters
Type Name Description
PasteType paste

The part of the range to be pasted.

PasteSpecialOperation operation

The paste operation.

bool skipBlanks

true to have blank cells in the range on the clipboard not be pasted into the destination range.

bool transpose

true to transpose rows and columns when the range is pasted.