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


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

    Property Value

    Color of the grid lines for the cells
    See Also