Range.XML[Boolean] Propiedad

Definición

Devuelve una cadena que representa el texto XML en el objeto especificado.

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

Parámetros

DataOnly
Boolean

Boolean opcional. Es true, se devuelve el texto del XML sin el formato XML de Word. El valor predeterminado es False.

Valor de propiedad

Se aplica a