MailMergeDataSource.ActiveRecord Property

Definition

Returns or sets the active mail merge data record.

public:
 property Microsoft::Office::Interop::Word::WdMailMergeActiveRecord ActiveRecord { Microsoft::Office::Interop::Word::WdMailMergeActiveRecord get(); void set(Microsoft::Office::Interop::Word::WdMailMergeActiveRecord value); };
public Microsoft.Office.Interop.Word.WdMailMergeActiveRecord ActiveRecord { get; set; }
member this.ActiveRecord : Microsoft.Office.Interop.Word.WdMailMergeActiveRecord with get, set
Public Property ActiveRecord As WdMailMergeActiveRecord

Property Value

Remarks

The ActiveRecord property can be either a valid data record number in the query result or one of the WdMailMergeActiveRecord constants.

The active data record number is the position of the record in the query result produced by the current query options; as such, this number isn't necessarily the position of the record in the data source.

Applies to