Selection.PasteExcelTable(Boolean, Boolean, Boolean) 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.
Colle et met en forme un tableau Microsoft Excel.
public:
void PasteExcelTable(bool LinkedToExcel, bool WordFormatting, bool RTF);
public void PasteExcelTable (bool LinkedToExcel, bool WordFormatting, bool RTF);
abstract member PasteExcelTable : bool * bool * bool -> unit
Public Sub PasteExcelTable (LinkedToExcel As Boolean, WordFormatting As Boolean, RTF As Boolean)
Paramètres
- LinkedToExcel
- Boolean
Boolean obligatoire. True pour lier le tableau collé au fichier Excel d'origine, afin de répercuter dans Microsoft Word les modifications apportées au fichier Excel.
- WordFormatting
- Boolean
Boolean obligatoire. True met en forme le tableau à l’aide de la mise en forme dans le document Word ; False met en forme le tableau en fonction du fichier Excel d’origine.
- RTF
- Boolean
Boolean obligatoire. True colle le tableau Excel au format RTF (Rich Text Format) ; False colle le tableau Excel au format HTML.