ExternalLink.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. (Inherited from OpenXmlPartRootElement.) | |
Save(Stream) | Save the DOM tree to stream. (Inherited from OpenXmlPartRootElement.) | |
Save(ExternalWorkbookPart) | Saves the DOM into the ExternalWorkbookPart. |
Top