Share via


PivotValueCellExtra.BackgroundColor property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "bc")> _
Public Property BackgroundColor As HexBinaryValue
    Get
    Set
'Usage
Dim instance As PivotValueCellExtra
Dim value As HexBinaryValue

value = instance.BackgroundColor

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

Property value

Type: DocumentFormat.OpenXml.HexBinaryValue

See also

Reference

PivotValueCellExtra class

PivotValueCellExtra members

DocumentFormat.OpenXml.Office15.Excel namespace