Range.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 pour mettre en forme la table à l'aide de la mise en forme du document Word. False pour mettre en forme la table en fonction du fichier Excel d'origine.
- RTF
- Boolean
Boolean obligatoire. La valeur True colle le tableau Excel au Format RTF (RICH Text Format). False colle le tableau Excel au format HTML.