Spread.Services Documentation
Add Method (Themes)
GrapeCity.Documents.Spread Namespace > Themes Class : Add Method
The new theme name.
The theme name the theme is based on.
Creates a new theme based on the given theme; if the given theme is null, then the theme is based on the office theme.
Syntax
public ITheme Add( 
   System.string themeName,
   ITheme baseTheme
)

Parameters

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

Return Value

Returns the new ITheme
See Also

Reference

Themes Class
Themes Members