FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > TextConditionalFormattingRule クラス > TextConditionalFormattingRule コンストラクタ : TextConditionalFormattingRule コンストラクタ(TextConditionOperator,String,Boolean,Boolean) |
true
に設定した場合、テキストパラメーターは数式を表します。それ以外の場合は、通常のテキスト値を表します。
true
、それ以外の場合はfalse
'Declaration Public Function New( _ ByVal op As TextConditionOperator, _ ByVal text As String, _ ByVal isFormula As Boolean, _ ByVal suppressCustomName As Boolean _ )
'使用法 Dim op As TextConditionOperator Dim text As String Dim isFormula As Boolean Dim suppressCustomName As Boolean Dim instance As New TextConditionalFormattingRule(op, text, isFormula, suppressCustomName)
public TextConditionalFormattingRule( TextConditionOperator op, string text, bool isFormula, bool suppressCustomName )
true
に設定した場合、テキストパラメーターは数式を表します。それ以外の場合は、通常のテキスト値を表します。true
、それ以外の場合はfalse