PrintGridlines Property (PageSetup)
Gets or sets a value indicating whether cell gridlines are printed on the page.
public bool PrintGridlines {get; set;}
'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
.