ExcelDataValidationCustom Members

Office Open XML

The ExcelDataValidationCustom type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
Validate (Inherited from ExcelDataValidationWithFormula<(Of <(T>)>).)

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