Spread Silverlight Documentation
StyleInfo Constructor(String,String,StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class > StyleInfo Constructor : StyleInfo Constructor(String,String,StyleInfo)
The name of the new StyleInfo object.
The parent name of the new StyleInfo object.
A StyleInfo object.
Creates a custom style (StyleInfo object) using the specified StyleInfo object, name, and parent name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal parentName As System.String, _
   ByVal style As StyleInfo _
)
'Usage
 
Dim name As System.String
Dim parentName As System.String
Dim style As StyleInfo
 
Dim instance As New StyleInfo(name, parentName, style)
public StyleInfo( 
   System.string name,
   System.string parentName,
   StyleInfo style
)

Parameters

name
The name of the new StyleInfo object.
parentName
The parent name of the new StyleInfo object.
style
A StyleInfo object.
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List