Spread Silverlight Documentation
Label Property (Row)


GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : Label Property
Gets or sets the header label for this row.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Label As System.String
'Usage
 
Dim instance As Row
Dim value As System.String
 
instance.Label = value
 
value = instance.Label
[System.ComponentModel.DefaultValue()]
public System.string Label {get; set;}

Property Value

The header label for this row. The default value is an empty string, which means no header label is set for this row.
See Also

Reference

Row Class
Row Members