Skip to main content

MailMergeOptions.FirstRecordIndex Property

Gets or sets the record index from which the merge starts.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

int FirstRecordIndex { get; set; }

Property Value

Type Description
Int32

The starting record index (starting with 0).

See Also