Connections.Save Method (ConnectionsPart)

Saves the DOM into the ConnectionsPart.

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub Save ( _
    openXmlPart As ConnectionsPart _
)
'Usage
Dim instance As Connections
Dim openXmlPart As ConnectionsPart

instance.Save(openXmlPart)
public void Save(
    ConnectionsPart openXmlPart
)

Parameters

See Also

Reference

Connections Class

Connections Members

Save Overload

DocumentFormat.OpenXml.Spreadsheet Namespace