 | ConnectionsSave(ConnectionsPart) Method |
Saves the DOM into the ConnectionsPart.
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic void Save(
ConnectionsPart openXmlPart
)
Public Sub Save (
openXmlPart As ConnectionsPart
)
public:
void Save(
ConnectionsPart^ openXmlPart
)
member Save :
openXmlPart : ConnectionsPart -> unit Parameters
- openXmlPart ConnectionsPart
- Specifies the part to save to.
See Also