Share via


ErrorItem.ForegroundColor Property

Definition

Foreground Color

Represents the following attribute in the schema: fc

[DocumentFormat.OpenXml.SchemaAttr(0, "fc")]
public DocumentFormat.OpenXml.HexBinaryValue ForegroundColor { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue ForegroundColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fc")]
public DocumentFormat.OpenXml.HexBinaryValue? ForegroundColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fc")]
public DocumentFormat.OpenXml.HexBinaryValue? ForegroundColor { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? ForegroundColor { get; set; }
member this.ForegroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fc")>]
member this.ForegroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fc")>]
member this.ForegroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property ForegroundColor As HexBinaryValue

Property Value

Returns StringValue.

Attributes

Applies to