[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ErrorConditionalFormattingRule

ErrorConditionalFormattingRule Class

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

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

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
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.