NumberItem.ForegroundColor Property

Foreground Color.Represents the attribte in schema: fc

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fc")> _
Public Property ForegroundColor As HexBinaryValue
    Get
    Set
'Usage
Dim instance As NumberItem
Dim value As HexBinaryValue

value = instance.ForegroundColor

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

NumberItem Class

NumberItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace