Share via


ColorType.Rgb Property

Alpha Red Green Blue Color Value.Represents the attribte in schema: rgb

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rgb")> _
Public Property Rgb As HexBinaryValue
    Get
    Set
'Usage
Dim instance As ColorType
Dim value As HexBinaryValue

value = instance.Rgb

instance.Rgb = value
[SchemaAttrAttribute(, "rgb")]
public HexBinaryValue Rgb { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue

See Also

Reference

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace