Stylesheet.Colors Property

Colors.Represents the element tag in schema: x:colors

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

Syntax

'Declaration
Public Property Colors As Colors
    Get
    Set
'Usage
Dim instance As Stylesheet
Dim value As Colors

value = instance.Colors

instance.Colors = value
public Colors Colors { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Colors
Returns Colors.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace