EPPlus 3.0 |
ExcelDataValidationCollection Methods |
ExcelDataValidationCollection Class See Also Send Feedback |
The ExcelDataValidationCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddCustomValidation |
Adds a ExcelDataValidationCustom to the worksheet.
| |
AddDateTimeValidation |
Adds an IExcelDataValidationDateTime to the worksheet.
| |
AddDecimalValidation |
Addes an IExcelDataValidationDecimal to the worksheet. The only accepted values are
decimal values.
| |
AddIntegerValidation |
Adds an IExcelDataValidationInt to the worksheet. Whole means that the only accepted values
are integer values.
| |
AddListValidation |
Adds an IExcelDataValidationList to the worksheet. The accepted values are defined
in a list.
| |
AddTextLengthValidation |
Adds an IExcelDataValidationInt regarding text length to the worksheet.
| |
AddTimeValidation | ||
Clear |
Removes all validations from the collection.
| |
Equals | (Inherited from Object.) | |
Find |
Returns the first matching validation.
| |
FindAll |
Returns all validations that matches the supplied predicate match.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
Remove |
Removes an ExcelDataValidation from the collection.
| |
RemoveAll |
Removes the validations that matches the predicate
| |
ToString | (Inherited from Object.) |