Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Cut Method


In This Topic
    Cut Method (ISlicer)
    In This Topic
    Cuts the specified slicer and copies it to the clipboard.
    Syntax
    'Declaration
     
    
    Sub Cut() 
    'Usage
     
    
    Dim instance As ISlicer
     
    instance.Cut()
    void Cut()
    See Also