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


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

    Property Value

    A System.String object that describes the background theme color for cells in this row. The default value is null which means that no theme color is set for the row.
    See Also