Class SingleArgumentDataValidationRuleBase
Represents a base class for implementing an single argument data validation rule.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class SingleArgumentDataValidationRuleBase : DataValidationRuleBase, IDataValidationRule
Constructors
SingleArgumentDataValidationRuleBase(SingleArgumentDataValidationRuleContext)
Initializes a new instance of the SingleArgumentDataValidationRuleBase class.
Declaration
protected SingleArgumentDataValidationRuleBase(SingleArgumentDataValidationRuleContext context)
Parameters
SingleArgumentDataValidationRuleContext
context
The context. |
Properties
Argument1
Gets the first argument.
Declaration
public ICellValue Argument1 { get; }
Property Value
ICellValue
The first argument. |
CellIndex
Gets the index of the cell in which the Validation rule is created.
Declaration
public CellIndex CellIndex { get; }
Property Value
CellIndex
The index of the cell. |
IgnoreBlank
Gets or sets a value indicating if blank cells should be ignored.
Declaration
public bool IgnoreBlank { get; }
Property Value
System.Boolean
The value indicating if blank cells should be ignored. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |