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.