Chart.Paste Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Paste ( _
Type As Object _
)
'Usage
Dim instance As Chart
Dim Type As Object
instance.Paste(Type)
void Paste(
Object Type
)
Parameters
- Type
Type: System.Object