OpenXmlWriter.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 abstract void WriteElement (DocumentFormat.OpenXml.OpenXmlElement elementObject);
abstract member WriteElement : DocumentFormat.OpenXml.OpenXmlElement -> unit
Public MustOverride Sub WriteElement (elementObject As OpenXmlElement)
Parameters
- elementObject
- OpenXmlElement
The OpenXmlElement object to be written.