Compartir a través de


ErrorItem.BackgroundColor Property

background Color.Represents the attribte in schema: bc

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

Syntax

'Declaración
<SchemaAttrAttribute(, "bc")> _
Public Property BackgroundColor As HexBinaryValue
    Get
    Set
'Uso
Dim instance As ErrorItem
Dim value As HexBinaryValue

value = instance.BackgroundColor

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

ErrorItem Class

ErrorItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace