[]
Initializes a new instance of the BetweenValuesConditionalFormattingRule class.
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)
Type | Name | Description |
---|---|---|
bool | isNotBetween | if set to |
object | firstValue | The first value |
bool | isFirstFormula | if set to |
object | secondValue | The second value |
bool | isSecondFormula | if set to |
Initializes a new instance of the BetweenValuesConditionalFormattingRule class from serialization.
protected BetweenValuesConditionalFormattingRule(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
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. |