'宣言
Public Sub AddSpecificTextRule( _ ByVal comparisionOperator As TextComparisonOperator, _ ByVal text As String, _ ByVal style As StyleInfo, _ ByVal ParamArray ranges() As CellRange _ )
public void AddSpecificTextRule( TextComparisonOperator comparisionOperator, string text, StyleInfo style, params CellRange[] ranges )
パラメータ
- comparisionOperator
- 比較演算子。
- text
- 比較用の文字列。
- style
- 条件が満たされた場合にセルに設定されるスタイル。
- ranges
- ルールを適用するセル範囲。