Spread Windows Forms 12.0 Product Documentation
GridlineColorIndex Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISheetView Interface : GridlineColorIndex Property
Gets or sets the color value for gridlines. This is an 'index color value' (ICV) rather than rgb value.
Syntax
'Declaration
 
Property GridlineColorIndex As Integer
'Usage
 
Dim instance As ISheetView
Dim value As Integer
 
instance.GridlineColorIndex = value
 
value = instance.GridlineColorIndex
int GridlineColorIndex {get; set;}

Property Value

An integer value represents the color value for gridlines.
See Also

Reference

ISheetView Interface
ISheetView Members