IMsoChart.CopyPicture Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub CopyPicture ( _
Appearance As Integer, _
Format As Integer, _
Size As Integer _
)
'Usage
Dim instance As IMsoChart
Dim Appearance As Integer
Dim Format As Integer
Dim Size As Integer
instance.CopyPicture(Appearance, Format, _
Size)
void CopyPicture(
int Appearance,
int Format,
int Size
)
Parameters
- Appearance
Type: System.Int32
- Format
Type: System.Int32
- Size
Type: System.Int32