'Declaration <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.CategoryAttribute("Spread Workbook")> Public Property ShowGridLine As System.Boolean
'Usage Dim instance As GcSpreadSheet Dim value As System.Boolean instance.ShowGridLine = value value = instance.ShowGridLine
[System.ComponentModel.DefaultValue()] [System.ComponentModel.Category("Spread Workbook")] public System.bool ShowGridLine {get; set;}