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


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

    Property Value

    The foreground theme color. The default value is null.
    See Also