Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GridLineColor Property


In This Topic
    GridLineColor Property (GcSpreadSheet)
    In This Topic
    Gets or sets the gridline color.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    Public Property GridLineColor As Color
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Color
     
    instance.GridLineColor = value
     
    value = instance.GridLineColor
    [Category("Spread Workbook")]
    public Color GridLineColor {get; set;}
    See Also