Spread.Sheets
ConditionRuleBase コンストラクタ
GC.Spread.Sheets.ConditionalFormatting 名前空間 > ConditionRuleBase タイプ : ConditionRuleBase コンストラクタ
ルールのスタイル。
範囲の配列。
指定されたスタイルで書式設定するベースルールクラスを表します。
シンタックス
// パラメータ
var ruleType; //タイプ: any
var style; //タイプ: Style
var ranges; //タイプ: undefined

var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionRuleBase(ruleType, style, ranges);
function ConditionRuleBase( 
   ruleType : any,
   style : Style,
   ranges : undefined
) : ConditionRuleBase;

パラメータ

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

参照

ConditionRuleBase タイプ