Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / GridLineColor Property
Example


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;}

    Property Value

    Color object that contains the color of the grid lines
    Remarks

    To set whether the sheet displays horizontal grid lines, vertical grid lines, or both, use the GridLines property.

    This property does not have an effect if the GridLines property is set to None.

    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also