SpreadJS製品ヘルプ
colors メソッド
GC.Spread.Sheets 名前空間 > Theme クラス : colors メソッド
テーマの基本色。
テーマの基本色を取得または設定します。
シンタックス
var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont);
var returnValue; // Type: any
returnValue = instance.colors(value);
function colors( 
   value : ColorScheme
) : any;

パラメータ

value
テーマの基本色。

戻り値の型

値が設定されていない場合は、テーマの基本色を返します。値が設定されている場合は、テーマを返します。
関連トピック

参照

Theme クラス