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


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

    Property Value

    The string that refers to a theme color for cells in this row. The default value is null, which means that no foreground color is set.
    See Also