SubDocument.BeginUpdateParagraphs(DocumentRange) Method
In This Article
Starts modifying properties of the paragraphs that fall within a specified document range.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
range | Document |
A Document |
#Returns
Type | Description |
---|---|
Paragraph |
A Paragraph |
See Also