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


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

Reference

Row Class
Row Members