Abstract base for data validation rules that evaluate cell values using a single argument expression, with support for blank cell handling.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public abstract class SingleArgumentDataValidationRuleBase : DataValidationRuleBase, IDataValidationRule
Inheritance: objectDataValidationRuleBaseSingleArgumentDataValidationRuleBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new SingleArgumentDataValidationRuleBase from the specified single-argument validation context.
protected SingleArgumentDataValidationRuleBase(SingleArgumentDataValidationRuleContext context)
The context.
Methods
Properties
Primary validation criterion expression or value used to evaluate cell validity.
public ICellValue Argument1 { get; }
The first argument.
Cell location where the validation rule is defined, used as the base reference for relative formula expressions.
public CellIndex CellIndex { get; }
The index of the cell.
Controls whether empty cells bypass validation and are considered valid regardless of the rule.
public bool IgnoreBlank { get; }
The value indicating if blank cells should be ignored.