FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / NamedStyle Constructor / NamedStyle Constructor(String,String)
Name of the new NamedStyle object
Parent of the new NamedStyle object


In This Topic
NamedStyle Constructor(String,String)
In This Topic
Creates a custom style (NamedStyle object) with the specified name and parent.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parentName As String _
)
 
'Usage
 
Dim name As String
Dim parentName As String
 
Dim instance As New NamedStyle(name, parentName)

Parameters

name
Name of the new NamedStyle object
parentName
Parent of the new NamedStyle object
See Also