WorkbookStylesPart.Stylesheet Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Stylesheet As Stylesheet
Get
Set
'Usage
Dim instance As WorkbookStylesPart
Dim value As Stylesheet
value = instance.Stylesheet
instance.Stylesheet = value
public Stylesheet Stylesheet { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Stylesheet