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