Section.BeginUpdateHeader() Method
In This Article
Starts editing the document's header for the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Sub |
A Sub |
#Remarks
Use the Section.BeginUpdateHeader - Section.EndUpdateHeader method pair to edit header content. If the document has no header as yet, this method creates a header and opens it for editing. If different headers for the first, odd or even pages are specified, the BeginUpdateHeader method starts editing the odd header.
You can use the Section.HasHeader property to determine whether the document already has a header.
See Also