[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.GridlineColor

GridlineColor Property

GridlineColor

Gets or sets the Color object that represents the gridline color of the worksheet.

Declaration
Color GridlineColor { get; set; }
Property GridlineColor As Color
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.GridlineColor = Color.Blue;
Color gridlineColor = sheetView.GridlineColor;