DataValidation
Overview
DataValidation is a type in Aspose.Cells FOSS for Go.
DataValidation represents a single data-validation rule applied to a range of cells on a worksheet.
Properties: AllowBlank, ErrorMessage, ErrorStyle, ErrorTitle, Formula1, Formula2, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | string | Read/Write | Gets the type. |
Ref | string | Read/Write | Gets the ref. |
Formula1 | string | Read/Write | Gets the formula1. |
Formula2 | string | Read/Write | Gets the formula2. |
AllowBlank | bool | Read/Write | Gets the allow blank. |
ShowErrorMessage | bool | Read/Write | Gets the show error message. |
ErrorTitle | string | Read/Write | Gets the error title. |
ErrorMessage | string | Read/Write | Gets the error message. |
ErrorStyle | string | Read/Write | Gets the error style. |