Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLSheet Class / TabColor Property

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

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

    See Also