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 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
Gets or sets the second argument.
Declaration
public string Argument2 { get; set; }
Property Value
System.String
The second argument. |
ComparisonOperator
Gets or sets the comparison operator.
Declaration
public ComparisonOperator ComparisonOperator { get; set; }
Property Value
ComparisonOperator
The comparison operator. |