'Declaration
Property PrintGridlines As Boolean
'Usage
Dim instance As IPageSetup Dim value As Boolean instance.PrintGridlines = value value = instance.PrintGridlines
bool PrintGridlines {get; set;}
Property Value
true
if cell gridlines are printed on the page; otherwise, false
.