Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintGridlines Property


In This Topic
PrintGridlines Property (PageSetup)
In This Topic
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

Property Value

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