Validation
Overview
Validation is a class in Aspose.Cells FOSS for C++.
Represents validation.
Methods
| Signature | Description |
|---|---|
GetAreas() → std::vector<CellArea> | Gets the areas. |
GetType() → ValidationType | Gets or sets the type. |
SetType(value: ValidationType) | |
GetAlertStyle() → ValidationAlertType | Gets or sets the alert style. |
SetAlertStyle(value: ValidationAlertType) | |
GetOperator() → OperatorType | Gets or sets the operator. |
SetOperator(value: OperatorType) | |
GetFormula1() → std::string | Gets or sets the formula1. |
SetFormula1(value: std::string) | |
GetFormula2() → std::string | Gets or sets the formula2. |
SetFormula2(value: std::string) | |
GetIgnoreBlank() → bool | Gets or sets a value indicating whether ignore blank. |
SetIgnoreBlank(value: bool) | |
GetInCellDropDown() → bool | Gets or sets a value indicating whether in cell drop down. |
SetInCellDropDown(value: bool) | |
GetInputTitle() → std::string | Gets or sets the input title. |
SetInputTitle(value: std::string) | |
GetInputMessage() → std::string | Gets or sets the input message. |
SetInputMessage(value: std::string) | |
GetErrorTitle() → std::string | Gets or sets the error title. |
SetErrorTitle(value: std::string) | |
GetErrorMessage() → std::string | Gets or sets the error message. |
SetErrorMessage(value: std::string) | |
GetShowInput() → bool | Gets or sets a value indicating whether show input. |
SetShowInput(value: bool) | |
GetShowError() → bool | Gets or sets a value indicating whether show error. |
SetShowError(value: bool) | |
AddArea(area: CellArea) | Adds the specified item. The area. |
RemoveArea(area: CellArea) | Removes the specified item. The area. |