OpenXmlPartRootElement.Save Method (Stream)
Save the DOM tree to stream.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Sub Save ( _
stream As Stream _
)
'Применение
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.