Spread for ASP.NET 12 Product Documentation
NamedStyle Constructor(String,String,StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class > NamedStyle Constructor : NamedStyle Constructor(String,String,StyleInfo)
Name of the new style (NamedStyle object)
Parent of the new style (NamedStyle object)
StyleInfo object
Creates a custom style (NamedStyle object) using the specified StyleInfo object, name, and parent name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parentName As String, _
   ByVal style As StyleInfo _
)
'Usage
 
Dim name As String
Dim parentName As String
Dim style As StyleInfo
 
Dim instance As New NamedStyle(name, parentName, style)
public NamedStyle( 
   string name,
   string parentName,
   StyleInfo style
)

Parameters

name
Name of the new style (NamedStyle object)
parentName
Parent of the new style (NamedStyle object)
style
StyleInfo object
See Also

Reference

NamedStyle Class
NamedStyle Members
Overload List