[]
Represents a conditional formatting rule that accepts or does not accept a value in a range.
[TypeConverter(typeof(BetweenValuesConditionalFormattingRule._a))]
public class BetweenValuesConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
<TypeConverter(GetType(BetweenValuesConditionalFormattingRule._a))>
Public Class BetweenValuesConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
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 a value that indicates 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 |
---|---|
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. |