 | OpenXmlCompositeElementInnerXml Property |
Gets or sets the markup that represents only the child elements of the current element.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic override string InnerXml { set; }Public Overrides WriteOnly Property InnerXml As String
Set
public:
virtual property String^ InnerXml {
void set (String^ value) override;
}abstract InnerXml : string with set
override InnerXml : string with set
Property Value
String
See Also