Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EnhancedColumnHeaderRenderer Class / SelectedGridLineColor Property


In This Topic
    SelectedGridLineColor Property (EnhancedColumnHeaderRenderer)
    In This Topic
    Gets or sets the color of the selected grid line.
    Syntax
    'Declaration
     
    
    Public Property SelectedGridLineColor As Color
    'Usage
     
    
    Dim instance As EnhancedColumnHeaderRenderer
    Dim value As Color
     
    instance.SelectedGridLineColor = value
     
    value = instance.SelectedGridLineColor
    public Color SelectedGridLineColor {get; set;}

    Property Value

    Color of the grid line when the cells are selected
    See Also