Skip to main content
All docs
V25.2
  • MergeField Members

    A mail merge field.

    Properties

    Name Description
    CodeRange Returns the range that contains the field code. Inherited from Field.
    IsMergeField Gets or sets whether this field is a merge field. Inherited from Field.
    Locked Gets or sets whether the field is locked. Inherited from Field.
    Parent Gets the outer field for the nested field. Inherited from Field.
    Range Returns the document range the field occupies. Inherited from Field.
    ResultRange Returns the range that contains the field result. Inherited from Field.
    ShowCodes Gets or sets whether to show the field’s codes. Inherited from Field.

    Methods

    Name Description
    GetFieldName() Retrieves the field name.
    Unlink() Replaces the field with the field value. Inherited from Field.
    Update() Updates the result of the field. Inherited from Field.
    See Also