ExcelDataValidationWithFormula2(T) Properties

Office Open XML

The ExcelDataValidationWithFormula2<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
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
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.)

See Also