Base configuration context for data validation rules that use a single argument expression for evaluation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class SingleArgumentDataValidationRuleContext : DataValidationRuleContextBase
Inheritance: objectDataValidationRuleContextBaseSingleArgumentDataValidationRuleContext
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the SingleArgumentDataValidationRuleContext class.
Initializes a new instance of the SingleArgumentDataValidationRuleContext class.
Properties
Expression or value used as the primary validation criterion, which may be a literal value or a formula reference.
public string Argument1 { get; set; }
The first argument.
Cell location where the validation rule is defined, used as the base reference for relative formula expressions.
public CellIndex CellIndex { get; set; }
The index of the cell.
Controls whether empty cells bypass validation and are considered valid regardless of the rule.
public bool IgnoreBlank { get; set; }
The value indicating if blank cells should be ignored.