Validationinterface
Defines the type and possible values for cells in a column.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| alert⚓︎ | ValidationAlert | x | x | Affects the type of warning when the validation fails. |
| list⚓︎ | string[] | x | x | An array of strings giving the possible values for the cells, when the type is set to List. ExcelPad uses this to build a drop-down combo box allowing the user to select one from the possible values. |
| type⚓︎ | ValidationType | x | x | The type of data that can be used in the cells. |