Click or drag to resize

ExcelDataValidator Class

Represents a data type validator for a range of cells.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelDataValidator

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelDataValidator

The ExcelDataValidator type exposes the following members.

Properties
 NameDescription
Public propertyAllowedDataType Gets or sets the data type of the values allowed by this validator.
Public propertyAllowedValues Gets or sets the list of possible string values for a cell.
Public propertyErrorAlertStyle Gets or sets the style of the error alert.
Public propertyErrorAlertText Gets or sets the text of the error alert to be shown when user enters invalid data.
Public propertyErrorAlertTitle Gets or sets the title of the error alert to be shown when user enters invalid data.
Public propertyInCellDropDown Gets or sets a flag indicating if the drop down list with allowed values is displayed in cell. Default value is true.
Public propertyInputMessageText Gets or sets the text of the input message to be shown when the cell to be validated is selected.
Public propertyInputMessageTitle Gets or sets the title of the input message to be shown when the cell to be validated is selected.
Public propertyOperator Gets or sets the operator for data validation.
Public propertyShowErrorAlert Gets or sets a flag indicating if the error alert is shown when user enters invalid data.
Public propertyShowInputMessage Gets or sets a flag indicating if the input message is shown when the cell to be validated is selected.
Public propertyValue1 Gets or sets the first value or expression for data validation.
Public propertyValue2 Gets or sets the second value or expression for data validation.
Top
See Also