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


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