PivotValueCellExtra.ForegroundColor property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fc")> _
Public Property ForegroundColor As HexBinaryValue
Get
Set
'Usage
Dim instance As PivotValueCellExtra
Dim value As HexBinaryValue
value = instance.ForegroundColor
instance.ForegroundColor = value
[SchemaAttrAttribute(, "fc")]
public HexBinaryValue ForegroundColor { get; set; }
Property value
Type: DocumentFormat.OpenXml.HexBinaryValue