GrapeCity.Xaml.SpreadSheet.Data
StyleInfo Constructor(String,String)


GrapeCity.Xaml.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 String, _
   ByVal parentName As String _
)
'Usage
 
Dim name As String
Dim parentName As String
 
Dim instance As New StyleInfo(name, parentName)
public StyleInfo( 
   string name,
   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