Spread Windows Forms 12.0 Product Documentation
GridlineColorIndex Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : GridlineColorIndex Property
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

Reference

IWorksheetView Interface
IWorksheetView Members