Spread WPF 17
GrapeCity.Excel Namespace / ExcelTheme Class / ExcelTheme Constructor
The name.
The color scheme.
The font scheme.


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

    Parameters

    name
    The name.
    colorScheme
    The color scheme.
    fontScheme
    The font scheme.
    See Also