[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ErrorConditionalFormattingRule

ErrorConditionalFormattingRule Class

Represents a conditional formatting rule that accepts error or nonerror values.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[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

Constructors

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.

Properties

Name Description
IsError

Gets or sets a value that indicates whether this conditional formatting rule accepts error values.

Methods

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.