DataValidation
Overview
DataValidation is a interface in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | `: |
\| "any"
\| "whole"
\| "decimal"
\| "list"
\| "date"
\| "time"
\| "textLength"
\| "custom"` | Read | |
| operator | `:
\| "between"
\| "notBetween"
\| "equal"
\| "notEqual"
\| "greaterThan"
\| "lessThan"
\| "greaterThanOrEqual"
\| "lessThanOrEqual"` | Read | |
| formula1 | : string | Read | |
| formula2 | : string | Read | |
| allowBlank | : boolean | Read | |
| showDropDown | : boolean | Read | |
| showInputMessage | : boolean | Read | |
| inputTitle | : string | Read | |
| inputMessage | : string | Read | |
| errorTitle | : string | Read | |
| errorMessage | : string | Read | |
| errorStyle | : "stop" \| "warning" \| "information" | Read | |