Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadTheme Class / SpreadTheme Constructor / SpreadTheme Constructor(String)
The name of the spread theme.


In This Topic
    SpreadTheme Constructor(String)
    In This Topic
    Initializes a new instance of the SpreadTheme class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New SpreadTheme(name)
    public SpreadTheme( 
       string name
    )

    Parameters

    name
    The name of the spread theme.
    See Also