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