MailMergeDataSource.LastRecord Property
Returns or sets the number of the last 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 LastRecord As Integer
Get
Set
'Usage
Dim instance As MailMergeDataSource
Dim value As Integer
value = instance.LastRecord
instance.LastRecord = value
int LastRecord { get; set; }
Property Value
Type: System.Int32