ig.excel.TextOperatorConditionalFormat
セルのテキスト値が文字列および FormatConditionTextOperator 値によって定義される条件に合うかどうかに基づいて WorksheetCell のビジュアル属性を制御するプロパティを公開します。
依存関係
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
text
- .text( );
セルのテキストが比較される文字列値を返します。
-
text
- .text( value:string );
セルのテキストが比較される文字列値を返します。
- value
- タイプ:string
-
textOperator
- .textOperator( );
セルのテキストが TextOperatorConditionalFormat.text プロパティの値と比較される方法を決定する FormatConditionTextOperator 値を返します。
-
textOperator
- .textOperator( value:ig.excel.FormatConditionTextOperator );
セルのテキストが TextOperatorConditionalFormat.text プロパティの値と比較される方法を決定する FormatConditionTextOperator 値を返します。
- value
- タイプ:ig.excel.FormatConditionTextOperator