Link Search Menu Expand Document

Validation Class

Represents data validation criteria defined for a worksheet range.
Inheritance Hierarchy
SystemObject
Bytescout.SpreadsheetValidation

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public class Validation

The Validation type exposes the following members.

Properties
NameDescription
Public propertyAlertStyle
Gets the validation alert style.
Public propertyErrorMessage
Gets or sets the data validation error message.
Public propertyErrorTitle
Gets or sets the title of the data-validation error dialog box.
Public propertyFormula1
Gets the value or expression associated with the conditional format or data validation.
Public propertyFormula2
Gets value or expression associated with the second part of a conditional format or data validation.
Public propertyIgnoreBlank
Gets or sets a value indicating whether [ignore blank].
Public propertyIMEMode
Gets or sets the IME mode.
Public propertyInCellDropdown
Gets or sets a value indicating whether [in cell dropdown].
Public propertyInputMessage
Gets or sets the data validation input message.
Public propertyInputTitle
Gets or sets the title of the data-validation input dialog box.
Public propertyOperator
Gets the operator for data validation.
Public propertyShowError
Gets or sets a value indicating whether [show error].
Public propertyShowInput
Gets or sets a value indicating whether [show input].
Public propertyType
Gets value, containing a XlDVType constant, that represents the data type validation.
Public propertyValue
Gets a value indicating whether this Validation is value.
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(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
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
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
Operators
NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also

Reference