WdMailMergeDefaultRecord Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default record to use in a mail merge process.
public enum class WdMailMergeDefaultRecord
[System.Runtime.InteropServices.Guid("928E425A-4170-3FAC-BACF-D7BD27641BAC")]
public enum WdMailMergeDefaultRecord
type WdMailMergeDefaultRecord =
Public Enum WdMailMergeDefaultRecord
- Inheritance
-
WdMailMergeDefaultRecord
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdDefaultLastRecord | -16 | Use the last record in the result set as the default record. |
wdDefaultFirstRecord | 1 | Use the first record in the result set as the default record. |