Partager via


Range.ExportFragment(String, WdSaveFormat) Méthode

Définition

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.

S’applique à