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


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

    Property Value

    Color of the grid lines when cells are selected
    See Also