'Declaration <DefaultValueAttribute()> Public Property Label As String
'Usage Dim instance As Column Dim value As String instance.Label = value value = instance.Label
[DefaultValue()] public 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 Server 2012, Windows RT
Column Class Column Members
Copyright © GrapeCity, inc. All rights reserved.