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
| Name | Type | Access | Description |
|---|---|---|---|
Areas | IReadOnlyList<CellArea> | Read | Gets the areas. |
Type | ValidationType | Read/Write | Gets or sets the type. |
AlertStyle | ValidationAlertType | Read/Write | Gets or sets the alert style. |
Operator | OperatorType | Read/Write | Gets or sets the operator. |
Formula1 | string | Read/Write | Gets or sets the formula1. |
Formula2 | string | Read/Write | Gets or sets the formula2. |
IgnoreBlank | bool | Read/Write | Gets or sets the ignore blank. |
InCellDropDown | bool | Read/Write | Gets or sets the in cell drop down. |
InputTitle | string | Read/Write | Gets or sets the input title. |
InputMessage | string | Read/Write | Gets or sets the input message. |
ErrorTitle | string | Read/Write | Gets or sets the error title. |
ErrorMessage | string | Read/Write | Gets or sets the error message. |
ShowInput | bool | Read/Write | Gets or sets the show input. |
ShowError | bool | Read/Write | Gets or sets the show error. |
Methods
| Signature | Description |
|---|---|
AddArea(area: CellArea) | The area. |
RemoveArea(area: CellArea) | The area. |