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
- テーマの基本色。
戻り値の型
値が設定されていない場合は、テーマの基本色を返します。値が設定されている場合は、テーマを返します。