Spread Silverlight Documentation
StyleInfo Constructor(String,String)


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

Parameters

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

Reference

StyleInfo Class
StyleInfo Members
Overload List