'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
.