WdExportRange Enumeration

Word Developer Reference

Specifies how much of the document to export.

Version Information
 Version Added:  

Name Value Description
wdExportAllDocument 0 Exports the entire document.
wdExportCurrentPage 2 Exports the current page.
wdExportFromTo 3 Exports the contents of a range using the starting and ending positions.
wdExportSelection 1 Exports the contents of the current selection.

Remarks

Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.