Spread WPF 18
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