Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

CellDataType

Implements

IDataValidation..::..AllowType

See Also