XmlMappedRange._PasteSpecial, méthode (System 2007)

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure Visual Studio Tools pour Office et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.Office.Tools.Excel
Assembly :  Microsoft.Office.Tools.Excel.v9.0 (dans Microsoft.Office.Tools.Excel.v9.0.dll)

Syntaxe

Public Function _PasteSpecial ( _
    Paste As XlPasteType, _
    Operation As XlPasteSpecialOperation, _
    SkipBlanks As Object, _
    Transpose As Object _
) As Object

Dim instance As XmlMappedRange
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)
public Object _PasteSpecial(
    XlPasteType Paste,
    XlPasteSpecialOperation Operation,
    Object SkipBlanks,
    Object Transpose
)

Paramètres

Valeur de retour

Type : System.Object

Autorisations

Voir aussi

Référence

XmlMappedRange, classe

Membres XmlMappedRange

Microsoft.Office.Tools.Excel, espace de noms