バージョン

AddTextCondition メソッド

このコレクションに新しい TextOperatorConditionalFormat インスタンスを追加します。
シンタックス
'宣言
 
Public Function AddTextCondition( _
   ByVal regionAddress As System.String, _
   Optional ByVal text As System.String, _
   Optional ByVal textOperator As FormatConditionTextOperator _
) As TextOperatorConditionalFormat
public TextOperatorConditionalFormat AddTextCondition( 
   System.string regionAddress,
   System.string text,
   FormatConditionTextOperator textOperator
)

パラメータ

regionAddress
この条件付き書式が適用される領域を識別する文字列。
text
セルのテキスト値が評価される文字列を決定する文字列。このパラメーターはオプションであり、デフォルト値は null です。
textOperator
セル値が text 値に比較される方法を決定する FormatConditionTextOperator 値。このパラメーターはオプションであり、デフォルト値は BeginsWith です。

戻り値の型

結果の TextOperatorConditionalFormat インスタンス。
参照

オンラインで表示: GitHub