RgbColor.Rgb Property

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

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

Syntax

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

value = instance.Rgb

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

RgbColor Class

RgbColor Members

DocumentFormat.OpenXml.Spreadsheet Namespace