Overload List
| Name | Description | |
|---|---|---|
| DataValidation |
Initializes a new instance of the DataValidation class.
| |
| DataValidation( CellRange ) |
Initializes a new instance of the DataValidation class with specified cell ranges on which this data validation will be applied.
| |
| DataValidation(IEnumerable CellRange ) |
Initializes a new instance of the DataValidation class with specified cell ranges on which this data validation will be applied.
| |
| DataValidation(ExcelWorksheet, IEnumerable String ) |
Initializes a new instance of the DataValidation class with specified worksheet and cell references on which this data validation will be applied.
| |
| DataValidation(ExcelWorksheet, String ) |
Initializes a new instance of the DataValidation class with specified worksheet and cell references on which this data validation will be applied.
|
See Also