Spread Windows Forms 12.0 Product Documentation
PrintGridlines Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintGridlines Property
Gets or sets a value indicating whether cell gridlines are printed on the page.
Syntax
'Declaration
 
Public Property PrintGridlines As Boolean
'Usage
 
Dim instance As PageSetup
Dim value As Boolean
 
instance.PrintGridlines = value
 
value = instance.PrintGridlines
public bool PrintGridlines {get; set;}

Property Value

true if cell gridlines are printed on the page; otherwise, false.
See Also

Reference

PageSetup Class
PageSetup Members