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