[]
Represents a conditional formatting rule that accepts error or nonerror values.
[TypeConverter(typeof(ErrorConditionalFormattingRule._a))]
public class ErrorConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
<TypeConverter(GetType(ErrorConditionalFormattingRule._a))>
Public Class ErrorConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, IExcelExporter, ICloneable
Name | Description |
---|---|
ErrorConditionalFormattingRule(bool) | Initializes a new instance of the ErrorConditionalFormattingRule class. |
ErrorConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the ErrorConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
IsError | Gets or sets a value that indicates whether this conditional formatting rule accepts error values. |
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. |