var value; // Type: any value = GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont);
function Theme( name : string, colorScheme : ColorScheme, headerFont : string, bodyFont : string ) : any;
Parameters
- name
- The name of the theme.
- colorScheme
- The base colors of the theme color.
- headerFont
- The name of the heading font.
- bodyFont
- The name of the body font.