Validation

Overview

Validation is a class in Aspose.Cells FOSS for C++.

Represents validation.

Methods

SignatureDescription
GetAreas()std::vector<CellArea>Gets the areas.
GetType()ValidationTypeGets or sets the type.
SetType(value: ValidationType)
GetAlertStyle()ValidationAlertTypeGets or sets the alert style.
SetAlertStyle(value: ValidationAlertType)
GetOperator()OperatorTypeGets or sets the operator.
SetOperator(value: OperatorType)
GetFormula1()std::stringGets or sets the formula1.
SetFormula1(value: std::string)
GetFormula2()std::stringGets or sets the formula2.
SetFormula2(value: std::string)
GetIgnoreBlank()boolGets or sets a value indicating whether ignore blank.
SetIgnoreBlank(value: bool)
GetInCellDropDown()boolGets or sets a value indicating whether in cell drop down.
SetInCellDropDown(value: bool)
GetInputTitle()std::stringGets or sets the input title.
SetInputTitle(value: std::string)
GetInputMessage()std::stringGets or sets the input message.
SetInputMessage(value: std::string)
GetErrorTitle()std::stringGets or sets the error title.
SetErrorTitle(value: std::string)
GetErrorMessage()std::stringGets or sets the error message.
SetErrorMessage(value: std::string)
GetShowInput()boolGets or sets a value indicating whether show input.
SetShowInput(value: bool)
GetShowError()boolGets 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.

See Also