Spread for ASP.NET 12 Product Documentation
Label Property (Column)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : Label Property
Gets or sets the header label for this column.
Syntax
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As Column
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}
See Also

Reference

Column Class
Column Members