ExcelDataValidation Members

Office Open XML

The ExcelDataValidation 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
This method will validate the state of the validation

Properties

  NameDescription
Address
Address of data validation
AllowBlank
True if blanks should be allowed
AllowsOperator
True if the validation type allows operator to be set.
Error
Error message box text
ErrorStyle
Warning style
ErrorTitle
Title of error message box
Operator
Operator for comparison between the entered value and Formula/Formulas.
Prompt
PromptTitle
ShowErrorMessage
True if error message should be shown
ShowInputMessage
True if input message should be shown
ValidationType
Validation type

See Also