Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / GridLineNormalColor Property


In This Topic
    GridLineNormalColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Gets or sets the header cell grid line color.
    Syntax
    'Declaration
     
    
    Public Property GridLineNormalColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.GridLineNormalColor = value
     
    value = instance.GridLineNormalColor
    public Color GridLineNormalColor {get; set;}
    See Also