TabColor Property (Worksheet)
Gets or sets the color of the tab.
public Color TabColor {get; set;}
'Declaration
Public Property TabColor As Color
'Usage
Dim instance As Worksheet
Dim value As Color
instance.TabColor = value
value = instance.TabColor
Property Value
A
Color value represents the color of the tab.