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; }
 
Public Property AllowType As CellDataType
	Get
	Set
 
public:
virtual property CellDataType AllowType {
	CellDataType get () sealed;
	void set (CellDataType value) sealed;
}
 
abstract AllowType : CellDataType with get, set
override AllowType : CellDataType with get, set
 
 
 
Return Value
 
 Type:
 
CellDataType
 
 A
 
CellDataType
 
 value that specifies the type of data allowed.
 
Implements
 
IDataValidation
AllowType
 
 
See Also