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


In This Topic
    GridlineColorIndex Property (SheetView)
    In This Topic
    Gets or sets the color value for grid lines. This is an 'index color value' (ICV) rather than RGB value.
    Syntax
    'Declaration
     
    Public Property GridlineColorIndex As Integer
    'Usage
     
    Dim instance As SheetView
    Dim value As Integer
     
    instance.GridlineColorIndex = value
     
    value = instance.GridlineColorIndex
    public int GridlineColorIndex {get; set;}

    Property Value

    An integer value represents the color value for grid lines.
    See Also