[]
Represents a conditional formatting rule that accepts error or nonerror values.
public class ErrorConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, ICloneable
Public Class ErrorConditionalFormattingRule
Inherits HighlightConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, 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 |
---|---|
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. |