SpreadJS製品ヘルプ
state メソッド
GC.Spread.Sheets.ConditionalFormatting 名前空間 > StateRule タイプ : state メソッド
状態。
状態ルールを取得または設定します。
シンタックス
var instance = new GC.Spread.Sheets.ConditionalFormatting.StateRule(ruleType, state, style, ranges);
var returnValue; // Type: RowColumnStates
returnValue = instance.state(value);
function state( 
   value : RowColumnStates
) : RowColumnStates;

パラメータ

value
状態。

戻り値の型

ルールの状態。
関連トピック

参照

StateRule タイプ