GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / CopyPicture Method
A CopyPictureFormat constant that specifies the format of the picture. The default value is CopyPictureFormat.Picture.


In This Topic
CopyPicture Method (IShape)
In This Topic
Copies the selected object to the clipboard as a picture.
Syntax
'Declaration
 
Sub CopyPicture( _
   ByVal format As CopyPictureFormat _
) 
 
'Usage
 
Dim instance As IShape
Dim format As CopyPictureFormat
 
instance.CopyPicture(format)

Parameters

format
A CopyPictureFormat constant that specifies the format of the picture. The default value is CopyPictureFormat.Picture.
See Also