var instance = new GC.Spread.Sheets.ConditionalFormatting.ConditionalFormats(worksheet); var value; // Type: ConditionRuleBase value = instance.addSpecificTextRule(comparisonOperator, text, style, ranges);
function addSpecificTextRule( comparisonOperator : TextComparisonOperators, text : string, style : Style, ranges : undefined ) : ConditionRuleBase;
パラメータ
- comparisonOperator
- 比較演算子。
- text
- 比較用の文字列。
- style
- 条件が満たされた場合にセルに適用されるスタイル。
- ranges
- ルールが適用されるセル範囲。配列要素の型はGC.Spread.Sheets.Rangeです。
戻り値の型
ルールコレクションに追加された文字列比較ルール。