MailMergeDataSource.FirstRecord Property

Returns or sets the number of the first data record to be merged in a mail merge operation.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FirstRecord As Integer
    Get
    Set
'Usage
Dim instance As MailMergeDataSource
Dim value As Integer

value = instance.FirstRecord

instance.FirstRecord = value
int FirstRecord { get; set; }

Property Value

Type: System.Int32

See Also

Reference

MailMergeDataSource Interface

MailMergeDataSource Members

Microsoft.Office.Interop.Word Namespace