'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property ShowGridLine As System.Boolean
'Usage Dim instance As PrintInfo Dim value As System.Boolean instance.ShowGridLine = value value = instance.ShowGridLine
[System.ComponentModel.DefaultValue()] public System.bool ShowGridLine {get; set;}
Property Value
true
to print the grid lines; otherwise, false
. The default value is true
.