Spread.Services Documentation
Add Method (Themes)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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