Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / GridlineColorIndex Property


In This Topic
    GridlineColorIndex Property (IWorksheetView)
    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
     
    Property GridlineColorIndex As Integer
    'Usage
     
    Dim instance As IWorksheetView
    Dim value As Integer
     
    instance.GridlineColorIndex = value
     
    value = instance.GridlineColorIndex
    int GridlineColorIndex {get; set;}

    Property Value

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