Validación
Revisión
Validation Es una clase en Aspose.Cells FOSS para C++.
Representa la validación.
Esta clase ofrece 29 métodos para trabajar con los objetos de validación en programas C++. Los métodos disponibles incluyen: AddArea, GetAlertStyle, GetAreas, GetErrorMessage, GetErrorTitle, GetFormula1, GetFormula2, GetIgnoreBlank, GetInCellDropDown, GetInputMessage, GetInputTitle, GetOperator,y 17 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+.
Metodología
| firma | Descripción |
|---|---|
GetAreas() → std::vector<CellArea> | Tiene las áreas. |
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. |
AddArea(area: CellArea) | Addición del elemento especificado. la zona. |
RemoveArea(area: CellArea) | Elimina el elemento especificado. la zona. |