[]
Represents a conditional formatting rule that accepts or does not accept a value in a range.
public class BetweenValuesConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, ICloneable, IExpressionConsumer
Public Class BetweenValuesConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, ICloneable, IExpressionConsumer
Name | Description |
---|---|
BetweenValuesConditionalFormattingRule(bool, object, bool, object, bool) | Initializes a new instance of the BetweenValuesConditionalFormattingRule class. |
BetweenValuesConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the BetweenValuesConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
FirstFormula | Gets or sets the first formula. |
FirstValue | Gets or sets the first value in the range. This value accepts a number, date, time, or string. |
IsNotBetween | Gets or sets whether the condition does not accept or accepts values in the range. |
SecondFormula | Gets or sets the second formula. |
SecondValue | Gets or set the maximum value of the range. This value accepts a number, date, time, or string. |
Name | Description |
---|---|
DeserializeEntry(SerializationEntry) | |
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
IsValid(int, int, object) | Determines whether the specified value is valid. |