Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the DOM into the WorksheetPart.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As WorksheetPart _
)
'Usage
Dim instance As Worksheet
Dim openXmlPart As WorksheetPart
instance.Save(openXmlPart)
public void Save(
WorksheetPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.WorksheetPart
Specifies the part to save to.