DocumentRange Methods
Defines a document range.| Name | Description |
|---|---|
| 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