SheetTabThemeColor Property
In This Topic
A theme color used to represent the sheet tab color.
Syntax
'Declaration
Public Property SheetTabThemeColor As String
'Usage
Dim instance As Worksheet
Dim value As String
instance.SheetTabThemeColor = value
value = instance.SheetTabThemeColor
public string SheetTabThemeColor {get; set;}
Example
This example uses the SheetTabThemeColor property.
See Also