IExcelDataValidationWithFormula2(T) Properties
From Office Open XML
| EPPlus 3.0 |
| IExcelDataValidationWithFormula2<(Of <(T>)>) Properties |
| IExcelDataValidationWithFormula2<(Of <(T>)>) Interface See Also Send Feedback |
The IExcelDataValidationWithFormula2<(Of <(T>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Address |
Address of data validation
(Inherited from IExcelDataValidation.) | |
| AllowBlank |
True if input message should be shown
(Inherited from IExcelDataValidation.) | |
| AllowsOperator |
True if the current validation type allows operator.
(Inherited from IExcelDataValidation.) | |
| Error |
Error message box text (see property ShowErrorMessage)
(Inherited from IExcelDataValidation.) | |
| ErrorStyle |
Controls how Excel will handle invalid values.
(Inherited from IExcelDataValidation.) | |
| ErrorTitle |
Title of error message box (see property ShowErrorMessage)
(Inherited from IExcelDataValidation.) | |
| Formula | (Inherited from IExcelDataValidationWithFormula<(Of <(T>)>).) | |
| Formula2 |
Formula 2
| |
| Prompt |
Info message text (see property ShowErrorMessage)
(Inherited from IExcelDataValidation.) | |
| PromptTitle |
Title of info box if input message should be shown (see property ShowInputMessage)
(Inherited from IExcelDataValidation.) | |
| ShowErrorMessage |
True if error message should be shown.
(Inherited from IExcelDataValidation.) | |
| ShowInputMessage |
True if input message should be shown
(Inherited from IExcelDataValidation.) | |
| ValidationType |
Validation type
(Inherited from IExcelDataValidation.) |