Document.Cut(DocumentRange) Method
Removes the specified range of text and copies it to the Clipboard.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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