WdExportRange Enumeration
Specifies how much of the document to export.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdExportRange
'Usage
Dim instance As WdExportRange
public enum WdExportRange
Members
Member name | Description | |
---|---|---|
wdExportAllDocument | Exports the entire document. | |
wdExportSelection | Exports the contents of the current selection. | |
wdExportCurrentPage | Exports the current page. | |
wdExportFromTo | Exports the contents of a range using the starting and ending positions. |
Remarks
Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.