[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Theme.-ctor

Theme Constructor

Theme(string, ITheme)

Constructor. Creates a new theme based on the given theme, if the given theme is null (Nothing in Visual Basic), then the theme is based on the office theme.

Declaration
public Theme(string themeName, ITheme baseTheme = null)
Public Sub New(themeName As String, Optional baseTheme As ITheme = Nothing)
Parameters
Type Name Description
string themeName

The new theme name.

ITheme baseTheme

The theme name the theme is based on.