ValidationModel
Overview
ValidationModel is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Clone, PartialEq, and 1 more.
This struct provides 1 method for working with ValidationModel objects in Rust programs.
Available methods include: default.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: alert_style, areas, error_message, error_title, formula1, formula2, and 8 more.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
areas | Vec<CellArea> | Read/Write | Gets the areas. |
validation_type | ValidationType | Read/Write | Gets the validation type. |
alert_style | ValidationAlertType | Read/Write | Gets the alert style. |
operator | OperatorType | Read/Write | Gets the operator. |
formula1 | Option<String> | Read/Write | Gets the formula1. |
formula2 | Option<String> | Read/Write | Gets the formula2. |
ignore_blank | bool | Read/Write | Gets the ignore blank. |
in_cell_drop_down | bool | Read/Write | Gets the in cell drop down. |
input_title | Option<String> | Read/Write | Gets the input title. |
input_message | Option<String> | Read/Write | Gets the input message. |
error_title | Option<String> | Read/Write | Gets the error title. |
error_message | Option<String> | Read/Write | Gets the error message. |
show_input | bool | Read/Write | Gets the show input. |
show_error | bool | Read/Write | Gets the show error. |
Methods
| Signature | Description |
|---|---|
default() → Self | Calls default on this ValidationModel instance. |