Class NumberDataValidationRuleContext
Represents a number data validation rule context.
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 Number
Declaration
public NumberDataValidationRuleContext(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
System. Index of the row. |
System. Index of the column. |
NumberDataValidationRuleContext(Worksheet, CellIndex)
Initializes a new instance of the Number
Declaration
public NumberDataValidationRuleContext(Worksheet worksheet, CellIndex cellIndex)
Parameters
Properties
Argument2
Gets or sets the second argument.
Declaration
public string Argument2 { get; set; }
Property Value
System. The second argument. |
ComparisonOperator
Gets or sets the comparison operator.
Declaration
public ComparisonOperator ComparisonOperator { get; set; }
Property Value
Comparison The comparison operator. |