Range.ExportFragment(String, WdSaveFormat) Method

Definition

Exports the selected range into a document for use as a document fragment.

public:
 void ExportFragment(System::String ^ FileName, Microsoft::Office::Interop::Word::WdSaveFormat Format);
public void ExportFragment (string FileName, Microsoft.Office.Interop.Word.WdSaveFormat Format);
abstract member ExportFragment : string * Microsoft.Office.Interop.Word.WdSaveFormat -> unit
Public Sub ExportFragment (FileName As String, Format As WdSaveFormat)

Parameters

FileName
String

Required String Specifies the path and file name of the file in which to save the document fragment.

Format
WdSaveFormat

Required WdSaveFormat Specifies the file format of the document fragment file. You can save a document fragment in any format that Microsoft Office Word supports.

Applies to