Worksheet._PasteSpecial (Método)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.Office.Tools.Excel
Ensamblado: Microsoft.Office.Tools.Excel (en Microsoft.Office.Tools.Excel.dll)
Sintaxis
'Declaración
Sub _PasteSpecial ( _
Format As Object, _
Link As Object, _
DisplayAsIcon As Object, _
IconFileName As Object, _
IconIndex As Object, _
IconLabel As Object _
)
void _PasteSpecial(
Object Format,
Object Link,
Object DisplayAsIcon,
Object IconFileName,
Object IconIndex,
Object IconLabel
)
Parámetros
- Format
Tipo: System.Object
- Link
Tipo: System.Object
- DisplayAsIcon
Tipo: System.Object
- IconFileName
Tipo: System.Object
- IconIndex
Tipo: System.Object
- IconLabel
Tipo: System.Object
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.