ValidationModel

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

NameTypeAccessDescription
areasVec<CellArea>Read/WriteGets the areas.
validation_typeValidationTypeRead/WriteGets the validation type.
alert_styleValidationAlertTypeRead/WriteGets the alert style.
operatorOperatorTypeRead/WriteGets the operator.
formula1Option<String>Read/WriteGets the formula1.
formula2Option<String>Read/WriteGets the formula2.
ignore_blankboolRead/WriteGets the ignore blank.
in_cell_drop_downboolRead/WriteGets the in cell drop down.
input_titleOption<String>Read/WriteGets the input title.
input_messageOption<String>Read/WriteGets the input message.
error_titleOption<String>Read/WriteGets the error title.
error_messageOption<String>Read/WriteGets the error message.
show_inputboolRead/WriteGets the show input.
show_errorboolRead/WriteGets the show error.

Methods

SignatureDescription
default()SelfCalls default on this ValidationModel instance.

See Also