ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / TabColor Property

In This Topic
    TabColor Property
    In This Topic
    Gets or sets the color used to display the tab of this sheet.
    Syntax
    'Declaration
     
    Public Property TabColor As Windows.UI.Color
    public Windows.UI.Color TabColor {get; set;}
    Remarks

    Set this property to Color.Transparent to display the sheet tab using the default color.

    See Also