Winnovative Excel Library

ExcelDataValidator Class

Winnovative Excel Library Documentation
Represents a data type validator for a range of cells.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelDataValidator

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference