Excel for WPF and Silverlight
TabColor Property (XLSheet)

C1.WPF.Excel Namespace > XLSheet Class : TabColor Property
Gets or sets the color used to display the tab of this sheet.
Syntax
'Declaration
 
Public Property TabColor As System.Windows.Media.Color
public System.Windows.Media.Color TabColor {get; set;}
Remarks

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

See Also

Reference

XLSheet Class
XLSheet Members