SheetView.ColorId Property

Color Id.Represents the attribte in schema: colorId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "colorId")> _
Public Property ColorId As UInt32Value
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As UInt32Value

value = instance.ColorId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace