Range.ExportFragment(String, WdSaveFormat) 方法

定义

将所选区域导出到文档中,以便用作文档片段。

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)

参数

FileName
String

必需 字符串 指定要在其中保存文档片段的文件的路径和文件名。

Format
WdSaveFormat

必需 WdSaveFormat 指定文档片段文件的文件格式。 可以 Microsoft Office Word支持的任何格式保存文档片段。

适用于