Click or drag to resize

XlsValidationWrapper AllowType Property

Gets or sets the type of data that is allowed in the cell range associated with the data validation.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellDataType AllowType { get; set; }

Return Value

Type: CellDataType
A CellDataType value that specifies the type of data allowed.

Implements

IDataValidation AllowType
See Also