Gets or sets the border color of the active sheet name tab.
Syntax
'Declaration
Public Property ActiveTabBorderColor As Color
'Usage
Dim instance As TabInfo
Dim value As Color
instance.ActiveTabBorderColor = value
value = instance.ActiveTabBorderColor
public Color ActiveTabBorderColor {get; set;}
See Also