OpenXmlCompositeElement.InnerXml Property

Gets or sets the markup representing only the child nodes of this node.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides WriteOnly Property InnerXml As String
    Set
'Usage
Dim instance As OpenXmlCompositeElement
Dim value As String

instance.InnerXml = value
public override string InnerXml { set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

OpenXmlCompositeElement Class

OpenXmlCompositeElement Members

DocumentFormat.OpenXml Namespace