MailMergeFields.AddNextIf Method

Definition

Adds a NEXTIF field to a mail merge main document. Returns a MailMergeField object.

public Microsoft.Office.Interop.Word.MailMergeField AddNextIf (Microsoft.Office.Interop.Word.Range Range, string MergeField, Microsoft.Office.Interop.Word.WdMailMergeComparison Comparison, ref object CompareTo);
abstract member AddNextIf : Microsoft.Office.Interop.Word.Range * string * Microsoft.Office.Interop.Word.WdMailMergeComparison * obj -> Microsoft.Office.Interop.Word.MailMergeField
Public Function AddNextIf (Range As Range, MergeField As String, Comparison As WdMailMergeComparison, Optional ByRef CompareTo As Object) As MailMergeField

Parameters

Range
Range

Required Range object. The location for the NEXTIF field.

MergeField
String

Required String. The merge field name.

Comparison
WdMailMergeComparison

Required WdMailMergeComparison. The operator used in the comparison.

CompareTo
Object

Required String. The text to compare with the contents of MergeField.

Returns

Remarks

A NEXTIF field compares two expressions, and if the comparison is true, the next data record is merged into the current merge document.

Applies to