ValidationModel
Revisión
ValidationModel Es una clase en Aspose.Cells FOSS para C++.
El modelo de validación.
Esta clase proporciona 31 métodos para trabajar con los objetos de ValidationModel en programas C++. Los métodos disponibles incluyen: GetAlertStyle, GetAreas, GetErrorMessage, GetErrorTitle, GetFormula1, GetFormula2, GetIgnoreBlank, GetInCellDropDown, GetInputMessage, GetInputTitle, GetOperator, GetShowError,y 18 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación C++ después de instalar el Aspose.Cells FOSS para el paquete C+. Métodos de accesorios: OperatorType, ValidationAlertType, ValidationType.
Métodos de accesorios
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
ValidationType | ValidationType | Leer | Obtenga el tipo de validación. |
ValidationAlertType | ValidationAlertType | Leer | Obtenga el tipo de alerta de validación. |
OperatorType | OperatorType | Leer | Tiene el tipo de operador. |
Metodología
| firma | Descripción |
|---|---|
ValidationType() → ValidationType | Obtenga o establece el tipo. |
ValidationAlertType() → ValidationAlertType | Obtenga o establece el estilo de alerta. |
OperatorType() → OperatorType | Se encuentra o se pone el operador. |
GetAreas() → std::vector<CellArea> | Tiene las áreas. |
GetAreas() → std::vector<CellArea> | devolver las zonas. |
GetType() → ValidationType | Obtenga o establece el tipo. |
SetType(value: ValidationType) | Define el tipo de valor. |
GetAlertStyle() → ValidationAlertType | Obtenga o establece el estilo de alerta. |
SetAlertStyle(value: ValidationAlertType) | Define el valor del estilo de alerta. |
GetOperator() → OperatorType | Se encuentra o se pone el operador. |
SetOperator(value: OperatorType) | El valor del operador. |
GetFormula1() → std::string | Obtenga o establece la fórmula 1. |
SetFormula1(value: std::string) | Define el valor de la fórmula 1. |
GetFormula2() → std::string | Obtenga o establece la fórmula 2. |
SetFormula2(value: std::string) | Define el valor de la fórmula 2. |
GetIgnoreBlank() → bool | Obtenga o establece un valor que indica si ignora el blanco. |
SetIgnoreBlank(value: bool) | - El valor blanco ignoro. |
GetInCellDropDown() → bool | Obtenga o establece un valor que indica si en la célula cae. |
SetInCellDropDown(value: bool) | En la célula se reduce el valor. |
GetInputTitle() → std::string | Obtenga o establece el título de entrada. |
SetInputTitle(value: std::string) | Define el valor del título de entrada. |
GetInputMessage() → std::string | Obtenga o establece la mensaje de entrada. |
SetInputMessage(value: std::string) | Define el valor de la mensaje de entrada. |
GetErrorTitle() → std::string | Obtenga o establece el título de error. |
SetErrorTitle(value: std::string) | Define el valor de título del error. |
GetErrorMessage() → std::string | Obtenga o establece el mensaje de error. |
SetErrorMessage(value: std::string) | Define el valor de mensaje error. |
GetShowInput() → bool | Obtenga o establece un valor que indica si muestra la entrada. |
SetShowInput(value: bool) | Define el valor de entrada del espectáculo. |
GetShowError() → bool | Obtenga o establece un valor que indique si muestra error. |
SetShowError(value: bool) | Define el valor de error del espectáculo. |