Gets or sets the color of the grid lines in the sheet.
Syntax
'Declaration
Public Property GridLineColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.GridLineColor = value
value = instance.GridLineColor
public Color GridLineColor {get; set;}
See Also