Document.Cut(DocumentRange) Method
Removes the specified range of text and copies it to the Clipboard.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
range | DocumentRange | A DocumentRange object specifying the DocumentRange.Start and DocumentRange.End positions of the text to cut. |
See Also