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