GridLineColor Property
GridLineColor
Gets or sets the color of the grid lines in the sheet.
Declaration
[TypeConverter(typeof(WebColorConverter))]
public Color GridLineColor { get; set; }
<TypeConverter(GetType(WebColorConverter))>
Public Property GridLineColor As Color