Range.WordOpenXML Property

Definition

Returns a String that represents the XML contained within the range in the Microsoft Office Word Open XML format. Read-only.

public:
 property System::String ^ WordOpenXML { System::String ^ get(); };
public string WordOpenXML { get; }
member this.WordOpenXML : string
Public ReadOnly Property WordOpenXML As String

Property Value

String

Remarks

This property returns only the XML in the document that is needed to represent the specified range.

Applies to