SpreadJS製品ヘルプ
Opulent フィールド
GC.Spread.Sheets 名前空間 > ThemeColors クラス : Opulent フィールド
"キュート"テーマのテーマカラー。
シンタックス
var instance = new GC.Spread.Sheets.ThemeColors();
var value; // Type: Opulent
value = instance.Opulent;
var Opulent : Opulent;
使用例
次のサンプルコードは、"キュート"テーマを設定します。
activeSheet.currentTheme("Opulent");
activeSheet.resumePaint();
activeSheet.repaint();
activeSheet.currentTheme("Opulent");
activeSheet.resumePaint();
activeSheet.repaint();
関連トピック

参照

ThemeColors クラス