Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FlatCornerHeaderRenderer Class / GridLineColor Property


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