Range.XML[Boolean] Propriété
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.
Renvoie une chaîne qui représente le texte XML dans l'objet spécifié.
public:
property System::String ^ XML[bool] { System::String ^ get(bool DataOnly); };
public string XML[bool DataOnly = false] { get; }
member this.XML(bool) : string
Public ReadOnly Property XML(Optional DataOnly As Boolean = false) As String
Paramètres
- DataOnly
- Boolean
Facultatif Boolean. La valeur True renvoie le texte du XML sans le balisage XML de Word. Le paramètre par défaut est False.