ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Cut Method

In This Topic
    Cut Method (C1FlexPivotGrid)
    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