WdMailMergeComparison enumeration
Office 2013 and later
Specifies the type of comparison to use when a condition is added to a mail merge process.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
| Member name | Description | |
|---|---|---|
| wdMergeIfEqual | A value is output if the mail merge field is equal to a value. | |
| wdMergeIfNotEqual | A value is output if the mail merge field is not equal to a value. | |
| wdMergeIfLessThan | A value is output if the mail merge field is less than a value. | |
| wdMergeIfGreaterThan | A value is output if the mail merge field is greater than a value. | |
| wdMergeIfLessThanOrEqual | A value is output if the mail merge field is less than or equal to a value. | |
| wdMergeIfGreaterThanOrEqual | A value is output if the mail merge field is greater than or equal to a value. | |
| wdMergeIfIsBlank | A value is output if the mail merge field is blank. | |
| wdMergeIfIsNotBlank | A value is output if the mail merge field is not blank. |
Show: