DataValidation

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

NameTypeAccessDescription
TypestringRead/WriteGets the type.
RefstringRead/WriteGets the ref.
Formula1stringRead/WriteGets the formula1.
Formula2stringRead/WriteGets the formula2.
AllowBlankboolRead/WriteGets the allow blank.
ShowErrorMessageboolRead/WriteGets the show error message.
ErrorTitlestringRead/WriteGets the error title.
ErrorMessagestringRead/WriteGets the error message.
ErrorStylestringRead/WriteGets the error style.

See Also