Excel for WinRT
TabColor Property


Gets or sets the color used to display the tab of this sheet.
Syntax
'Declaration
 
Public Property TabColor As Windows.UI.Color
'Usage
 
Dim instance As XLSheet
Dim value As Windows.UI.Color
 
instance.TabColor = value
 
value = instance.TabColor
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

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback