[]
Represents a special CompareValueBaseValidator that validates whether the specified value and target Cell's value meet the given comparison criteria.
[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
This CellValidator compares the validated value to a specified cell's value.
Name | Description |
---|---|
CompareCellValidator() | Represents the default empty constructor. |
CompareCellValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Column | Gets or sets the compared column's index. |
Row | Gets or sets the compared row's index. |
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. |