Stylesheet.Load Method

Loads the DOM from the WorkbookStylesPart.

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

Syntax

'Declaration
Public Sub Load ( _
    openXmlPart As WorkbookStylesPart _
)
'Usage
Dim instance As Stylesheet
Dim openXmlPart As WorkbookStylesPart

instance.Load(openXmlPart)
public void Load(
    WorkbookStylesPart openXmlPart
)

Parameters

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace