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


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

    Property Value

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