Winnovative Excel Library for .NET
ExcelDataValidator Class
NamespacesWinnovative.ExcelLibExcelDataValidator
Winnovative Excel Library for .NET
Represents a data type validator for a range of cells.
Declaration Syntax
C#Visual BasicVisual C++
public class ExcelDataValidator
Public Class ExcelDataValidator
public ref class ExcelDataValidator
Members
All MembersMethodsProperties



IconMemberDescription
AllowedDataType
Gets or sets the data type of the values allowed by this validator.

AllowedValues
Gets or sets the list of possible string values for a cell.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorAlertStyle
Gets or sets the style of the error alert.

ErrorAlertText
Gets or sets the text of the error alert to be shown when user enters invalid data.

ErrorAlertTitle
Gets or sets the title of the error alert to be shown when user enters invalid data.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
InCellDropDown
Gets or sets a flag indicating if the drop down list with allowed values is displayed in cell. Default value is true.

InputMessageText
Gets or sets the text of the input message to be shown when the cell to be validated is selected.

InputMessageTitle
Gets or sets the title of the input message to be shown when the cell to be validated is selected.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Operator
Gets or sets the operator for data validation.

ShowErrorAlert
Gets or sets a flag indicating if the error alert is shown when user enters invalid data.

ShowInputMessage
Gets or sets a flag indicating if the input message is shown when the cell to be validated is selected.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value1
Gets or sets the first value or expression for data validation.

Value2
Gets or sets the second value or expression for data validation.

Inheritance Hierarchy
Object
ExcelDataValidator

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)