Range.WordOpenXML Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property WordOpenXML As String
    Get
'Usage
Dim instance As Range
Dim value As String

value = instance.WordOpenXML
string WordOpenXML { get; }

Property Value

Type: System.String
String

Remarks

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace