OpenXmlPartRootElement.Save Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Save() | Saves the data in the DOM tree back to the part. It could be called multiple times as well. Each time it is called, the stream will be flushed. | |
Save(Stream) | Save the DOM tree to stream. |
Top