Class ListDataValidationRuleContext
Configuration context for list-based data validation rules that restrict cell values to a predefined list of options.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.DataValidation
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ListDataValidationRuleContext : SingleArgumentDataValidationRuleContext
Constructors
ListDataValidationRuleContext(Worksheet, Int32, Int32)
Initializes a new instance of the ListDataValidationRuleContext class.
Declaration
public ListDataValidationRuleContext(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. |
ListDataValidationRuleContext(Worksheet, CellIndex)
Initializes a new instance of the ListDataValidationRuleContext class.
Declaration
public ListDataValidationRuleContext(Worksheet worksheet, CellIndex cellIndex)
Parameters
|
Worksheet
worksheet
The worksheet. |
|
CellIndex
cellIndex
Index of the cell. |
Properties
InCellDropdown
Controls whether a dropdown selector is displayed in the cell for choosing from the list of valid values.
Declaration
public bool InCellDropdown { get; set; }
Property Value
|
System.Boolean
The a value indicating if an cell dropdown should be shown. |