Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface / CopyPicture Method
Specifies how the picture should be copied.
The format of the picture.


In This Topic
    CopyPicture Method (IChartObject)
    In This Topic
    Copies the selected object to the Clipboard as a picture.
    Syntax
    'Declaration
     
    
    Sub CopyPicture( _
       Optional ByVal appearance As PictureAppearance, _
       Optional ByVal format As CopyPictureFormat _
    ) 
    'Usage
     
    
    Dim instance As IChartObject
    Dim appearance As PictureAppearance
    Dim format As CopyPictureFormat
     
    instance.CopyPicture(appearance, format)

    Parameters

    appearance
    Specifies how the picture should be copied.
    format
    The format of the picture.
    See Also