ExcelDataValidationDecimal Members
From Office Open XML
| EPPlus 3.0 |
| ExcelDataValidationDecimal Members |
| ExcelDataValidationDecimal Class Methods Properties See Also Send Feedback |
The ExcelDataValidationDecimal 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 | (Inherited from ExcelDataValidationWithFormula<(Of <(T>)>).) |
Properties
| Name | Description | |
|---|---|---|
| Address |
Address of data validation
(Inherited from ExcelDataValidation.) | |
| AllowBlank |
True if blanks should be allowed
(Inherited from ExcelDataValidation.) | |
| AllowsOperator |
True if the validation type allows operator to be set.
(Inherited from ExcelDataValidation.) | |
| Error |
Error message box text
(Inherited from ExcelDataValidation.) | |
| ErrorStyle |
Warning style
(Inherited from ExcelDataValidation.) | |
| ErrorTitle |
Title of error message box
(Inherited from ExcelDataValidation.) | |
| Formula |
Formula - Either a {T} value (except for custom validation) or a spreadsheet formula
(Inherited from ExcelDataValidationWithFormula<(Of <(T>)>).) | |
| Formula2 |
Formula - Either a {T} value or a spreadsheet formula
(Inherited from ExcelDataValidationWithFormula2<(Of <(T>)>).) | |
| Operator |
Operator for comparison between the entered value and Formula/Formulas.
(Inherited from ExcelDataValidation.) | |
| Prompt | (Inherited from ExcelDataValidation.) | |
| PromptTitle | (Inherited from ExcelDataValidation.) | |
| ShowErrorMessage |
True if error message should be shown
(Inherited from ExcelDataValidation.) | |
| ShowInputMessage |
True if input message should be shown
(Inherited from ExcelDataValidation.) | |
| ValidationType |
Validation type
(Inherited from ExcelDataValidation.) |