Skip to main content

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

void Cut(
    DocumentRange range
)

Parameters

Name Type Description
range DocumentRange

A DocumentRange object specifying the DocumentRange.Start and DocumentRange.End positions of the text to cut.

See Also