Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Label Property


In This Topic
Label Property (Row)
In This Topic
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
See Also