XlsValidation
AllowType Property
|
Type of the allowed data.
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
Property Value
Type:
CellDataType
Implements
IDataValidation
AllowType
See Also