Range.ExportFragment(String, WdSaveFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将所选区域导出到文档中,以便用作文档片段。
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支持的任何格式保存文档片段。