var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionalFormats(worksheet); var value; // Type: ConditionRuleBase value = instance.addRowStateRule(state, style, ranges);
function addRowStateRule( state : RowColumnStates, style : undefined, ranges : undefined ) : ConditionRuleBase;
パラメータ
- state
- 状態の種類。
- style
- 行が状態と一致した場合の行スタイル。スタイルの配列である可能性があります。
- ranges
- ルールが適用される範囲。配列要素の型はGC.Spread.Sheets.Rangeです。
戻り値の型
ルールコレクションに追加された状態のルール。