Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / FontColor Property


In This Topic
    FontColor Property (IExcelFont)
    In This Topic
    Gets or sets the color of the font.
    Syntax
    'Declaration
     
    Property FontColor As IExcelColor
    'Usage
     
    Dim instance As IExcelFont
    Dim value As IExcelColor
     
    instance.FontColor = value
     
    value = instance.FontColor
    IExcelColor FontColor {get; set;}

    Property Value

    The color of the font.
    See Also