'DeclarationPublic Enum AllowSpace Inherits System.Enum
'UsageDim instance As AllowSpace
public enum AllowSpace : System.Enum
'DeclarationPublic Enum AllowSpace Inherits System.Enum
'UsageDim 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