NumberItem.BackgroundColor Property

Background Color.Represents the attribte in schema: bc

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

Syntax

'Declaration
<SchemaAttrAttribute(, "bc")> _
Public Property BackgroundColor As HexBinaryValue
    Get
    Set
'Usage
Dim instance As NumberItem
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

NumberItem Class

NumberItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace