ActiveTabBorderColor Property
In This Topic
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;}
Property Value
Color object that contains the color of the border of the active tab
Example
This example shows how to set the display of the sheet name tabs.
See Also