Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / Cut Method


In This Topic
    Cut Method (RichTextEditor)
    In This Topic
    Cuts when use of Clipboard is allowed.
    Syntax
    'Declaration
     
    Public Shadows Sub Cut() 
    'Usage
     
    Dim instance As RichTextEditor
     
    instance.Cut()
    public new void Cut()
    See Also