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


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