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 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
Gets or sets a value indicating if an cell dropdown should be shown.
Declaration
public bool InCellDropdown { get; set; }
  Property Value
| 
        System.Boolean
         The a value indicating if an cell dropdown should be shown.  |