MailMergeExportRange Enum
Lists values that specify the range for mail-merge document export.
Declaration
declare enum MailMergeExportRange {
AllRecords = 0,
CurrentRecord = 1,
Range = 2
}
Members
Name | Description |
---|---|
AllRecords
|
Specifies that all data source records will be included into the exported merged document. |
CurrentRecord
|
Specifies that only the current data source record will be included into the exported merged document. |
Range
|
Specifies that a specific range of data source records will be included into the exported merged document. |
Remarks
Values listed by this enumeration are used in the following members: