Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Save the DOM tree to stream.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
stream As Stream _
)
'Usage
Dim instance As OpenXmlPartRootElement
Dim stream As Stream
instance.Save(stream)
public void Save(
Stream stream
)
Parameters
- stream
Type: System.IO.Stream
The stream the xml to be saved in.