Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / ForeColor Property


In This Topic
    ForeColor Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the color of the fore.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    public Color ForeColor {get; set;}

    Property Value

    The color of the fore.
    See Also