FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / Cut Method

In This Topic
    Cut Method (C1FlexGridBase)
    In This Topic
    Cuts the content of the current selection to the clipboard.
    Syntax
    'Declaration
     
    
    Public Sub Cut() 
    public void Cut()
    Remarks
    This command copies the current selection to the clipboard, then deletes the editable content within the selection.
    See Also