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


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

    Property Value

    The color of the background theme.
    See Also