Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / SheetTabBorderColor Property


In This Topic
SheetTabBorderColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the sheet tab border.
Syntax
'Declaration
 
Public Property SheetTabBorderColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.SheetTabBorderColor = value
 
value = instance.SheetTabBorderColor

Property Value

The color of the sheet tab border.
See Also