[]
        
(Showing Draft Content)

FarPoint.Web.Spread.BetweenValuesConditionalFormattingRule.-ctor

BetweenValuesConditionalFormattingRule Constructor

BetweenValuesConditionalFormattingRule(bool, object, bool, object, bool)

Initializes a new instance of the BetweenValuesConditionalFormattingRule class.

Declaration
public BetweenValuesConditionalFormattingRule(bool isNotBetween, object firstValue, bool isFirstFormula, object secondValue, bool isSecondFormula)
Public Sub New(isNotBetween As Boolean, firstValue As Object, isFirstFormula As Boolean, secondValue As Object, isSecondFormula As Boolean)
Parameters
Type Name Description
bool isNotBetween

if set to true is not between.

object firstValue

The first value

bool isFirstFormula

if set to true, indicates that the firstValue parameter is the first formula

object secondValue

The second value

bool isSecondFormula

if set to true, indicates that the secondValue parameter is the second formula

BetweenValuesConditionalFormattingRule(SerializationInfo, StreamingContext)

Initializes a new instance of the BetweenValuesConditionalFormattingRule class from serialization.

Declaration
protected BetweenValuesConditionalFormattingRule(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The System.Runtime.Serialization.SerializationInfo to populate with data.

StreamingContext context

The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.