Range.XML[Boolean] Property

Definition

Returns a String that represents the XML text in the specified object.

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

Parameters

DataOnly
Boolean

Optional Boolean. True returns the text of the XML without the Word XML markup. The default setting is False.

Property Value

Applies to