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
'Декларация
<SchemaAttrAttribute(, "rgb")> _
Public Property Rgb As HexBinaryValue
Get
Set
'Применение
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