Compartir a través de


PatternFill.ForegroundColor Property

Foreground Color.Represents the element tag in schema: x:fgColor

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

Syntax

'Declaración
Public Property ForegroundColor As ForegroundColor
    Get
    Set
'Uso
Dim instance As PatternFill
Dim value As ForegroundColor

value = instance.ForegroundColor

instance.ForegroundColor = value
public ForegroundColor ForegroundColor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.ForegroundColor
Returns ForegroundColor.

See Also

Reference

PatternFill Class

PatternFill Members

DocumentFormat.OpenXml.Spreadsheet Namespace