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 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)
Syntax
'Declaration
Public Enumeration WdMailMergeComparison
'Usage
Dim instance As WdMailMergeComparison
public enum WdMailMergeComparison
Members
| 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. |