'Declaration <DefaultValueAttribute()> Public Property ShowGridLine As Boolean
'Usage Dim instance As Workbook Dim value As Boolean instance.ShowGridLine = value value = instance.ShowGridLine
[DefaultValue()] public bool ShowGridLine {get; set;}
Property Value
true
to show the gridline; otherwise, false
.