Range.ExportFragment(String, WdSaveFormat) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exporte la plage sélectionnée dans un document pour l'utiliser en tant que fragment de ce document.
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)
Paramètres
- FileName
- String
Chaîne obligatoire Spécifie le chemin d’accès et le nom du fichier dans lequel enregistrer le fragment de document.
- Format
- WdSaveFormat
Obligatoire WdSaveFormat Spécifie le format de fichier du fragment de document. Vous pouvez enregistrer un fragment de document dans n’importe quel format pris en charge par Microsoft Office Word.