Spread Windows Forms 12.0 Product Documentation
ShowLiterals Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : ShowLiterals Enumeration
Specifies how the literals are displayed during user input.
Syntax
'Declaration
 
Public Enum ShowLiterals 
   Inherits System.Enum
'Usage
 
Dim instance As ShowLiterals
public enum ShowLiterals : System.Enum 
Members
MemberDescription
AlwaysAlways show the literals.
PostDisplayThe literals are post displayed as the user types.
PreDisplayThe literals are displayed before the user types.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace