Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeActiveTabColor Interface / ActiveRightBorderColor Property


In This Topic
ActiveRightBorderColor Property (ICustomizeActiveTabColor)
In This Topic
Gets or set active sheet tab right border color.
Syntax
'Declaration
 
Property ActiveRightBorderColor As Color
 
'Usage
 
Dim instance As ICustomizeActiveTabColor
Dim value As Color
 
instance.ActiveRightBorderColor = value
 
value = instance.ActiveRightBorderColor
See Also