Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SheetTabThemeColor Property


In This Topic
    SheetTabThemeColor Property
    In This Topic
    A theme color used to represent the sheet tab color.
    Syntax
    'Declaration
     
    Public Property SheetTabThemeColor As String
    'Usage
     
    Dim instance As Worksheet
    Dim value As String
     
    instance.SheetTabThemeColor = value
     
    value = instance.SheetTabThemeColor
    public string SheetTabThemeColor {get; set;}
    Remarks
    If the SheetTabColor and SheetTabThemeColor properties are both set for the same sheet, then the last setting takes effect. This property has a high priority when the color is not null.
    See Also