Spread Windows Forms 15.0
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
    public Color SheetTabBorderColor {get; set;}

    Property Value

    The color of the sheet tab border.
    See Also