IRangeDataValidation Methods
From Office Open XML
The IRangeDataValidation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCustomDataValidation |
Adds a IExcelDataValidationCustom to the range.
| |
| AddDateTimeDataValidation |
Adds a ExcelDataValidationDateTime to the range
| |
| AddDecimalDataValidation |
Adds a ExcelDataValidationDecimal to the range
| |
| AddIntegerDataValidation |
Adds a IExcelDataValidationInt to the range
| |
| AddListDataValidation |
Adds a IExcelDataValidationList to the range
| |
| AddTextLengthDataValidation |
Adds a IExcelDataValidationInt regarding text length validation to the range.
| |
| AddTimeDataValidation |
Adds a IExcelDataValidationTime to the range.
|