Class NumberDataValidationRuleContext
Configuration context for numeric data validation rules that validate cell values using comparison operators and numeric boundaries.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class NumberDataValidationRuleContext : SingleArgumentDataValidationRuleContext
Constructors
NumberDataValidationRuleContext(Worksheet, Int32, Int32)
Initializes a new instance of the NumberDataValidationRuleContext class.
Declaration
public NumberDataValidationRuleContext(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
|
Worksheet
worksheet
The worksheet. |
|
System.Int32
rowIndex
Index of the row. |
|
System.Int32
columnIndex
Index of the column. |
NumberDataValidationRuleContext(Worksheet, CellIndex)
Initializes a new instance of the NumberDataValidationRuleContext class.
Declaration
public NumberDataValidationRuleContext(Worksheet worksheet, CellIndex cellIndex)
Parameters
|
Worksheet
worksheet
The worksheet. |
|
CellIndex
cellIndex
Index of the cell. |
Properties
Argument2
Second boundary value for range-based comparisons such as Between and NotBetween operators.
Declaration
public string Argument2 { get; set; }
Property Value
|
System.String
The second argument. |
ComparisonOperator
Comparison operator used to evaluate the cell value against the validation arguments.
Declaration
public ComparisonOperator ComparisonOperator { get; set; }
Property Value
|
ComparisonOperator
The comparison operator. |