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 Go programs. Available methods include: AddArea, RemoveArea. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go. Properties: AlertStyle, Areas, ErrorMessage, ErrorTitle, Formula1, Formula2, and 8 more.

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