Word.ExportRange enum
Specifies the range to export from a Word document.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| allDocument = "AllDocument" | Exports the entire document. |
| currentPage = "CurrentPage" | Exports the current page. |
| fromTo = "FromTo" | Exports a specific range of pages. |
| selection = "Selection" | Exports the current selection. |