'Declaration
Public Enum AllowSpace Inherits System.Enum
'Usage
Dim instance As AllowSpace
public enum AllowSpace : System.Enum
'Declaration
Public Enum AllowSpace Inherits System.Enum
'Usage
Dim instance As AllowSpace
public enum AllowSpace : System.Enum
Member | Description |
---|---|
Both | Both DBCS and SBCS space characters are allowed. |
Narrow | Only SBCS space character is allowed. |
None | No space character is allowed. |
Wide | Only DBCS space char character allowed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.AllowSpace