GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : ShowFreezeLine Property |
'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;}
gcSpreadSheet1.ShowFreezeLine = true;
gcSpreadSheet1.Sheets[0].FrozenColumnCount = 1;
listBox1.Items.Add(gcSpreadSheet1.Workbook.ToString());
GcSpreadSheet1.ShowFreezeLine = True
GcSpreadSheet1.Sheets(0).FrozenColumnCount = 1
ListBox1.Items.Add(GcSpreadSheet1.Workbook.ToString())
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6