Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / GridlineColorIndex Property


In This Topic
    GridlineColorIndex Property
    In This Topic
    Gets or sets the color value for gridlines. This is an 'index color value' (ICV) rather than rgb value.
    Syntax
    'Declaration
     
    
    Public Property GridlineColorIndex As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    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 gridlines.
    See Also