ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Drawing.Color
    public System.Drawing.Color TabColor {get; set;}
    Remarks

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

    See Also