Share via


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

'宣言
Public Overrides WriteOnly Property InnerXml As String
    Set
'使用
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