Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ShowLiterals Enumeration


In This Topic
    ShowLiterals Enumeration
    In This Topic
    Specifies how the literals are displayed during user input.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum ShowLiterals 
       Inherits System.Enum
    'Usage
     
    Dim instance As ShowLiterals
    [Serializable()]
    public enum ShowLiterals : System.Enum 
    Members
    MemberDescription
    AlwaysAlways show the literals.
    PostDisplayThe literals are shown after the user types.
    PreDisplayThe literals are shown before the user types.
    Remarks
    Specify when the literals will be shown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ShowLiterals

    See Also