Spread.Sheets
colors メソッド
テーマの基本色。
テーマの基本色を取得または設定します。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont);
var returnValue; // Type: any
returnValue = instance.colors(value);
Javascript (Specification) 
function colors( 
   value : ColorScheme
) : any;

パラメータ

value
テーマの基本色。

戻り値の型

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

関連トピック

参照

Theme クラス

 

 


© 2016-2017, GrapeCity inc. All rights reserved.