ColorType.Theme Property

Theme Color.Represents the attribte in schema: theme

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

Syntax

'Declaration
<SchemaAttrAttribute(, "theme")> _
Public Property Theme As UInt32Value
    Get
    Set
'Usage
Dim instance As ColorType
Dim value As UInt32Value

value = instance.Theme

instance.Theme = value
[SchemaAttrAttribute(, "theme")]
public UInt32Value Theme { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Spreadsheet Namespace