IRange.PasteSpecial Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function PasteSpecial ( _
Paste As XlPasteType, _
Operation As XlPasteSpecialOperation, _
SkipBlanks As Object, _
Transpose As Object _
) As Object
'Usage
Dim instance As IRange
Dim Paste As XlPasteType
Dim Operation As XlPasteSpecialOperation
Dim SkipBlanks As Object
Dim Transpose As Object
Dim returnValue As Object
returnValue = instance.PasteSpecial(Paste, _
Operation, SkipBlanks, Transpose)
Object PasteSpecial(
XlPasteType Paste,
XlPasteSpecialOperation Operation,
Object SkipBlanks,
Object Transpose
)
Parameters
- Paste
Type: Microsoft.Office.Interop.Excel.XlPasteType
- Operation
Type: Microsoft.Office.Interop.Excel.XlPasteSpecialOperation
- SkipBlanks
Type: System.Object
- Transpose
Type: System.Object
Return Value
Type: System.Object