SpreadJS製品ヘルプ
ConditionRuleBase メソッド
GC.Spread.Sheets 名前空間 > ConditionalFormatting タイプ : ConditionRuleBase メソッド
ルールのスタイル。
範囲の配列。
指定されたスタイルで書式設定するベースルールクラスを表します。
シンタックス
var value; // Type: any
value = GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase( 
   ruleType : RuleType,
   style : Style,
   ranges : undefined
) : any;

パラメータ

ruleType
style
ルールのスタイル。
ranges
範囲の配列。
関連トピック

参照

ConditionalFormatting タイプ