'Declaration
Public Function New( _ ByVal range As IRange, _ ByVal pasteType As PasteType, _ ByVal pasteOperation As PasteOperation, _ ByVal skipBlanks As System.Boolean, _ ByVal transpose As System.Boolean _ )
'Usage
Dim range As IRange Dim pasteType As PasteType Dim pasteOperation As PasteOperation Dim skipBlanks As System.Boolean Dim transpose As System.Boolean Dim instance As New CommandRange.PasteSpecial(range, pasteType, pasteOperation, skipBlanks, transpose)
public CommandRange.PasteSpecial( IRange range, PasteType pasteType, PasteOperation pasteOperation, System.bool skipBlanks, System.bool transpose )
Parameters
- range
- Specifies the range for this command to operate on.
- pasteType
- Specifies what to paste.
- pasteOperation
- Specifies how to combine values.
- skipBlanks
- Specifies whether blanks in the source range should be skipped (formatted cells with no data are considered blank cells).
- transpose
- Specifies whether data should be transposed in the destination.