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


In This Topic
    GridLineColor Property (SheetSkin)
    In This Topic
    Gets the color of the grid lines on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GridLineColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.GridLineColor
    public Color GridLineColor {get;}
    See Also