Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetView Class / DefaultGridlineColor Property


In This Topic
    DefaultGridlineColor Property (SheetView)
    In This Topic
    Gets or sets a value indicating whether the consuming application should use the default grid lines color (system dependent). Overrides any color specified in colorId.
    Syntax
    'Declaration
     
    Public Property DefaultGridlineColor As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.DefaultGridlineColor = value
     
    value = instance.DefaultGridlineColor
    public bool DefaultGridlineColor {get; set;}

    Property Value

    true if the consuming application should use the default grid lines color; otherwise, false.
    See Also