SheetTabColor Property (Worksheet)
In This Topic
A color object used to represent the sheet tab color.
Syntax
'Declaration
Public Property SheetTabColor As Color
'Usage
Dim instance As Worksheet
Dim value As Color
instance.SheetTabColor = value
value = instance.SheetTabColor
public Color SheetTabColor {get; set;}
See Also