Class ListDataValidationRuleContext
Represents list data validation rule context.
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 List
Declaration
public ListDataValidationRuleContext(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
System. Index of the row. |
System. Index of the column. |
ListDataValidationRuleContext(Worksheet, CellIndex)
Initializes a new instance of the List
Declaration
public ListDataValidationRuleContext(Worksheet worksheet, CellIndex cellIndex)
Parameters
Properties
InCellDropdown
Gets or sets a value indicating if an cell dropdown should be shown.
Declaration
public bool InCellDropdown { get; set; }
Property Value
System. The a value indicating if an cell dropdown should be shown. |