OpenXmlPartWriter.WriteElement(OpenXmlElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write the OpenXmlElement to the writer.
public override void WriteElement (DocumentFormat.OpenXml.OpenXmlElement elementObject);
override this.WriteElement : DocumentFormat.OpenXml.OpenXmlElement -> unit
Public Overrides Sub WriteElement (elementObject As OpenXmlElement)
Parameters
- elementObject
- OpenXmlElement
The OpenXmlElement object to be written.