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