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


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

    Property Value

    Color of the grid line for the cells
    See Also