FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Name Property


In This Topic
Name Property (NamedStyle)
In This Topic
Gets or sets the name of the style.
Syntax
'Declaration
 
Public Overridable Property Name As String
 
'Usage
 
Dim instance As NamedStyle
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also