Gets or sets the color of the text in the sheet name tabs.
Syntax
'Declaration
Public Property TextColor As Color
'Usage
Dim instance As TabInfo
Dim value As Color
instance.TextColor = value
value = instance.TextColor
public Color TextColor {get; set;}
See Also