Validation

Overview

Validation is a class in Aspose.Cells FOSS for .NET.

Represents validation.

This class provides 2 methods for working with Validation objects in .NET programs. Available methods include: AddArea, RemoveArea. All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package. Properties: AlertStyle, Areas, ErrorMessage, ErrorTitle, Formula1, Formula2, and 8 more.

Description

Validation is a class in the Aspose.Cells FOSS library for .NET that exposes 2 methods and 14 properties for programmatic use.

The class also provides the Areas property (gets the areas).

Properties

NameTypeAccessDescription
AreasIReadOnlyList<CellArea>ReadGets the areas.
TypeValidationTypeRead/WriteGets or sets the type.
AlertStyleValidationAlertTypeRead/WriteGets or sets the alert style.
OperatorOperatorTypeRead/WriteGets or sets the operator.
Formula1stringRead/WriteGets or sets the formula1.
Formula2stringRead/WriteGets or sets the formula2.
IgnoreBlankboolRead/WriteGets or sets the ignore blank.
InCellDropDownboolRead/WriteGets or sets the in cell drop down.
InputTitlestringRead/WriteGets or sets the input title.
InputMessagestringRead/WriteGets or sets the input message.
ErrorTitlestringRead/WriteGets or sets the error title.
ErrorMessagestringRead/WriteGets or sets the error message.
ShowInputboolRead/WriteGets or sets the show input.
ShowErrorboolRead/WriteGets or sets the show error.

Methods

SignatureDescription
AddArea(area: CellArea)The area.
RemoveArea(area: CellArea)The area.

See Also

 English