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

// パラメータ
var ruleType; //タイプ: any
var style; //タイプ: Style
var ranges; //タイプ: undefined

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

パラメータ

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

参照

ConditionalFormatting タイプ