Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Copy Method


In This Topic
    Copy Method (IShape)
    In This Topic
    Copies the object to the clipboard.
    Syntax
    'Declaration
     
    
    Sub Copy() 
    'Usage
     
    
    Dim instance As IShape
     
    instance.Copy()
    void Copy()
    See Also