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


In This Topic
    ForegroundThemeColor Property (StyleInfo)
    In This Topic
    Gets or sets a System.String object that describes the foreground for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property ForegroundThemeColor As String
    'Usage
     
    Dim instance As StyleInfo
    Dim value As String
     
    instance.ForegroundThemeColor = value
     
    value = instance.ForegroundThemeColor
    [DefaultValue("")]
    public virtual string ForegroundThemeColor {get; set;}

    Property Value

    The System.String object that describes the foreground for a cell.
    See Also