Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents data validation criteria defined for a worksheet range.
Inheritance Hierarchy
Bytescout.SpreadsheetValidation
Namespace: Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The Validation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AlertStyle |
Gets the validation alert style.
|
![]() | ErrorMessage |
Gets or sets the data validation error message.
|
![]() | ErrorTitle |
Gets or sets the title of the data-validation error dialog box.
|
![]() | Formula1 |
Gets the value or expression associated with the conditional format or data validation.
|
![]() | Formula2 |
Gets value or expression associated with the second part of a conditional format or data validation.
|
![]() | IgnoreBlank |
Gets or sets a value indicating whether [ignore blank].
|
![]() | IMEMode |
Gets or sets the IME mode.
|
![]() | InCellDropdown |
Gets or sets a value indicating whether [in cell dropdown].
|
![]() | InputMessage |
Gets or sets the data validation input message.
|
![]() | InputTitle |
Gets or sets the title of the data-validation input dialog box.
|
![]() | Operator |
Gets the operator for data validation.
|
![]() | ShowError |
Gets or sets a value indicating whether [show error].
|
![]() | ShowInput |
Gets or sets a value indicating whether [show input].
|
![]() | Type |
Gets value, containing a XlDVType constant, that represents the data type validation.
|
![]() | Value |
Gets a value indicating whether this Validation is value.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
See Also