[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareCellValidator

CompareCellValidator Class

Represents a special CompareValueBaseValidator that validates whether the specified value and target Cell's value meet the given comparison criteria.

Inheritance
CompareCellValidator
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[ToolboxBitmap(typeof(FpSpread), "CompareCellValidator.png")]
[TypeConverter(typeof(CompareCellValidator.CompareCellValidatorTypeConverter))]
public class CompareCellValidator : CompareValueBaseValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "CompareCellValidator.png")>
<TypeConverter(GetType(CompareCellValidator.CompareCellValidatorTypeConverter))>
Public Class CompareCellValidator
    Inherits CompareValueBaseValidator
    Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
Remarks

This CellValidator compares the validated value to a specified cell's value.

Constructors

Name Description
CompareCellValidator()

Represents the default empty constructor.

CompareCellValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Column

Gets or sets the compared column's index.

Row

Gets or sets the compared row's index.

Methods

Name Description
Clone(ConditionalObject, FormulaEngine, FormulaEngine)

Creates an exact copy of the current CompareCellValidator.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.