Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ForegroundThemeColor Property


In This Topic
    ForegroundThemeColor Property (Cell)
    In This Topic
    Gets or sets the foreground theme color for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property ForegroundThemeColor As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.ForegroundThemeColor = value
     
    value = instance.ForegroundThemeColor
    [DefaultValue("")]
    public string ForegroundThemeColor {get; set;}
    See Also