Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Theme Class / Theme Constructor
The new theme name.
The theme name the theme is based on.
In This Topic
    Theme Constructor
    In This Topic
    Constructor. Creates a new theme based on the given theme, if the given theme is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic), then the theme is based on the office theme.
    Syntax
    public Theme( 
       System.string themeName,
       ITheme baseTheme
    )

    Parameters

    themeName
    The new theme name.
    baseTheme
    The theme name the theme is based on.
    See Also