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


In This Topic
    SheetTabColor Property (Worksheet)
    In This Topic
    A color object used to represent the sheet tab color.
    Syntax
    'Declaration
     
    Public Property SheetTabColor As Color
    'Usage
     
    Dim instance As Worksheet
    Dim value As Color
     
    instance.SheetTabColor = value
     
    value = instance.SheetTabColor
    public Color SheetTabColor {get; set;}
    Remarks
    If the SheetTabColor and SheetTabThemeColor properties are both set for the same sheet, then the last setting takes effect.
    See Also