GrapeCity.Windows.SpreadSheet.Data Namespace > Column Class : Label Property |
'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property Label As System.String
'Usage Dim instance As Column Dim value As System.String instance.Label = value value = instance.Label
[System.ComponentModel.DefaultValue()] public System.string Label {get; set;}
GcSpreadSheet1.ActiveSheet.Columns[0].Label = "Column Label"; //GcSpreadSheet1.ActiveSheet.Columns[0].ResetLabel();
GcSpreadSheet1.ActiveSheet.Columns(0).Label = "Column Label" 'GcSpreadSheet1.ActiveSheet.Columns(0).ResetLabel()
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