Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / StyleInfo Constructor / StyleInfo Constructor(String)
The name of the new StyleInfo object.


In This Topic
    StyleInfo Constructor(String)
    In This Topic
    Creates a custom style (StyleInfo object) with the specified name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New StyleInfo(name)
    public StyleInfo( 
       string name
    )

    Parameters

    name
    The name of the new StyleInfo object.
    See Also