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


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

    Property Value

    Color of the grid lines for the cells
    See Also