Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / GridLineColor Property


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