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 WorksheetSortMapPart.
Namespace: DocumentFormat.OpenXml.Office.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As WorksheetSortMapPart _
)
'Usage
Dim instance As WorksheetSortMap
Dim openXmlPart As WorksheetSortMapPart
instance.Save(openXmlPart)
public void Save(
WorksheetSortMapPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart
Specifies the part to save to.