GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : ShowFreezeLine Property |
'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property ShowFreezeLine As System.Boolean
'Usage Dim instance As SheetView Dim value As System.Boolean instance.ShowFreezeLine = value value = instance.ShowFreezeLine
[System.ComponentModel.DefaultValue()] public System.bool ShowFreezeLine {get; set;}
GcSpreadSheet1.View.ShowFreezeLine = true;
GcSpreadSheet1.Sheets[0].FrozenColumnCount = 1;
GcSpreadSheet1.View.ShowFreezeLine = True
GcSpreadSheet1.Sheets(0).FrozenColumnCount = 1
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