Back to Devexpress

DocumentRange Methods

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentrange-dot-underscore-methods.md

latest1.4 KB
Original Source

DocumentRange Methods

Defines a document range.

NameDescription
BeginUpdateDocument()Starts modifying the document obtained via the document’s range (e.g. via selection).
Contains(DocumentPosition)Gets whether the current document range contains a specified position.
EndUpdateDocument(SubDocument)Finalizes modifications of the document obtained via the document’s range (e.g. via selection).
Freeze()Makes the current DocumentRange object uneditable.

See Also

DocumentRange Interface

DocumentRange Members

DevExpress.XtraRichEdit.API.Native Namespace