FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > BetweenValuesConditionalFormattingRule クラス > BetweenValuesConditionalFormattingRule コンストラクタ : BetweenValuesConditionalFormattingRule コンストラクタ(Boolean,Object,Boolean,Object,Boolean,Boolean) |
true
。
True
に設定されている場合、firstValue のパラメータが最初の数式であることを示します。
True
に設定されている場合、secondValue のパラメータが2番目の数式であることを示します。
true
、それ以外の場合はfalse
'Declaration Public Function New( _ ByVal isNotBetween As Boolean, _ ByVal firstValue As Object, _ ByVal isFirstFormula As Boolean, _ ByVal secondValue As Object, _ ByVal isSecondFormula As Boolean, _ ByVal suppressCustomName As Boolean _ )
'使用法 Dim isNotBetween As Boolean Dim firstValue As Object Dim isFirstFormula As Boolean Dim secondValue As Object Dim isSecondFormula As Boolean Dim suppressCustomName As Boolean Dim instance As New BetweenValuesConditionalFormattingRule(isNotBetween, firstValue, isFirstFormula, secondValue, isSecondFormula, suppressCustomName)
public BetweenValuesConditionalFormattingRule( bool isNotBetween, object firstValue, bool isFirstFormula, object secondValue, bool isSecondFormula, bool suppressCustomName )
true
。True
に設定されている場合、firstValue のパラメータが最初の数式であることを示します。True
に設定されている場合、secondValue のパラメータが2番目の数式であることを示します。true
、それ以外の場合はfalse