Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / DefaultStyleName Property


DefaultStyleName Property (RowHeader)
Gets or sets the name of the default style for the row header.
Syntax
'Declaration
 
Public Property DefaultStyleName As String
 
'Usage
 
Dim instance As RowHeader
Dim value As String
 
instance.DefaultStyleName = value
 
value = instance.DefaultStyleName
Exceptions
ExceptionDescription
Specified style (NamedStyle object) could not be found in the collection
See Also