SpreadJS Documentation
GC.Spread.Sheets Namespace / ThemeColors class / Trek Field
In This Topic
    Trek Field
    In This Topic
    The theme color of the Trek theme.
    Syntax
    var instance = new GC.Spread.Sheets.ThemeColors();
    var value; // Type: Trek
    value = instance.Trek;
    var Trek : Trek;
    Example
    This example sets the Trek theme.
    activeSheet.currentTheme("Trek");
    activeSheet.resumePaint();
    activeSheet.repaint();
    See Also