Spread WPF 17
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.


In This Topic
    StyleInfo Constructor(String,String)
    In This Topic
    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