Spread Windows Forms 10.0 Product Documentation
BetweenValuesConditionalFormattingRule Constructor(Boolean,Object,Boolean,Object,Boolean,Boolean)


if set to true is not between.
The first value
if set to true, indicates that the firstValue parameter is the first formula
The second value
if set to true, indicates that the secondValue parameter is the second formula
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
Initializes a new instance of the BetweenValuesConditionalFormattingRule class.
Syntax
'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 _
)
'Usage
 
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
)

Parameters

isNotBetween
if set to true is not between.
firstValue
The first value
isFirstFormula
if set to true, indicates that the firstValue parameter is the first formula
secondValue
The second value
isSecondFormula
if set to true, indicates that the secondValue parameter is the second formula
suppressCustomName
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

BetweenValuesConditionalFormattingRule Class
BetweenValuesConditionalFormattingRule Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.