ChartClass.Paste Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub Paste ( _
Type As Object _
)
'Usage
Dim instance As ChartClass
Dim Type As Object
instance.Paste(Type)
public virtual void Paste(
Object Type
)
Parameters
- Type
Type: System.Object