ExcelDataValidation Members
From Office Open XML
| EPPlus 3.0 |
| ExcelDataValidation Members |
| ExcelDataValidation Class Methods Properties See Also Send Feedback |
The ExcelDataValidation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Validate |
This method will validate the state of the validation
|
Properties
| Name | Description | |
|---|---|---|
| Address |
Address of data validation
| |
| AllowBlank |
True if blanks should be allowed
| |
| AllowsOperator |
True if the validation type allows operator to be set.
| |
| Error |
Error message box text
| |
| ErrorStyle |
Warning style
| |
| ErrorTitle |
Title of error message box
| |
| Operator |
Operator for comparison between the entered value and Formula/Formulas.
| |
| Prompt | ||
| PromptTitle | ||
| ShowErrorMessage |
True if error message should be shown
| |
| ShowInputMessage |
True if input message should be shown
| |
| ValidationType |
Validation type
|