Skip to main content

SectionPageNumbering.Start Property

Obsolete. Gets or sets the initial number from which the numbering starts.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Obsolete("You should use the 'FirstPageNumber' and 'ContinueNumbering' instead")]
int Start { get; set; }
<Obsolete("You should use the 'FirstPageNumber' and 'ContinueNumbering' instead")>
Property Start As Integer

Property Value

Type Description
Int32

An integer that is the number of the first page.

See Also