[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.AllowSpace

AllowSpace Enum

Defines what kind of space is allowed in the text.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum AllowSpace
Public Enum AllowSpace

Fields

Name 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.