Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the active record in a mail merge result set.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdMailMergeActiveRecord
'Usage
Dim instance As WdMailMergeActiveRecord
public enum WdMailMergeActiveRecord
Members
| Member name | Description | |
|---|---|---|
| wdNoActiveRecord | No active record. | |
| wdNextRecord | The next record in the result set. | |
| wdPreviousRecord | The previous record in the result set. | |
| wdFirstRecord | The first record in the result set. | |
| wdLastRecord | The last record in the result set. | |
| wdFirstDataSourceRecord | The first record in the data source. | |
| wdLastDataSourceRecord | The last record in the data source. | |
| wdNextDataSourceRecord | The next record in the data source. | |
| wdPreviousDataSourceRecord | The previous record in the data source. |