DataValidation
Overview
DataValidation is a interface in Aspose.Cells FOSS for TypeScript.
Properties: allowBlank, errorMessage, errorStyle, errorTitle, formula1, formula2, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | `: |
\| "any"
\| "whole"
\| "decimal"
\| "list"
\| "date"
\| "time"
\| "textLength"
\| "custom"` | Read | Gets the type. |
| operator | `:
\| "between"
\| "notBetween"
\| "equal"
\| "notEqual"
\| "greaterThan"
\| "lessThan"
\| "greaterThanOrEqual"
\| "lessThanOrEqual"` | Read | Gets the operator. |
| formula1 | : string | Read | Gets the formula1. |
| formula2 | : string | Read | Gets the formula2. |
| allowBlank | : boolean | Read | Gets the allow blank. |
| showDropDown | : boolean | Read | Gets the show drop down. |
| showInputMessage | : boolean | Read | Gets the show input message. |
| inputTitle | : string | Read | Gets the input title. |
| inputMessage | : string | Read | Gets the input message. |
| errorTitle | : string | Read | Gets the error title. |
| errorMessage | : string | Read | Gets the error message. |
| errorStyle | : "stop" \| "warning" \| "information" | Read | Gets the error style. |