EPPlus 3.0 |
IExcelDataValidationInt Properties |
IExcelDataValidationInt Interface See Also Send Feedback |
The IExcelDataValidationInt 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
(Inherited from IExcelDataValidationWithFormula2<(Of <(T>)>).) | |
Operator |
Operator type
(Inherited from IExcelDataValidationWithOperator.) | |
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.) |