[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintGridlines

PrintGridlines Property

PrintGridlines

Gets or sets whether cell gridlines are printed on the page. Applies only to worksheets.

Use this property to determine whether worksheet gridlines are included in printed output.

Declaration
bool PrintGridlines { get; set; }
Property PrintGridlines As Boolean
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintGridlines = true;
bool printGridlines = pageSetup.PrintGridlines;