Worksheet._PasteSpecial Method (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Sub _PasteSpecial ( _
    Format As Object, _
    Link As Object, _
    DisplayAsIcon As Object, _
    IconFileName As Object, _
    IconIndex As Object, _
    IconLabel As Object _
)
'Usage
Dim instance As Worksheet 
Dim Format As Object 
Dim Link As Object 
Dim DisplayAsIcon As Object 
Dim IconFileName As Object 
Dim IconIndex As Object 
Dim IconLabel As Object

instance._PasteSpecial(Format, Link, DisplayAsIcon, _
    IconFileName, IconIndex, IconLabel)
public void _PasteSpecial(
    Object Format,
    Object Link,
    Object DisplayAsIcon,
    Object IconFileName,
    Object IconIndex,
    Object IconLabel
)
public:
void _PasteSpecial(
    Object^ Format, 
    Object^ Link, 
    Object^ DisplayAsIcon, 
    Object^ IconFileName, 
    Object^ IconIndex, 
    Object^ IconLabel
)
public function _PasteSpecial(
    Format : Object, 
    Link : Object, 
    DisplayAsIcon : Object, 
    IconFileName : Object, 
    IconIndex : Object, 
    IconLabel : Object
)

Parameters

.NET Framework Security

See Also

Reference

Worksheet Class

Worksheet Members

Microsoft.Office.Tools.Excel Namespace