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


In This Topic
    EditMode Enumeration
    In This Topic
    Represents a mode the way that how to input text into the editor.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum EditMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As EditMode
    [Serializable()]
    public enum EditMode : System.Enum 
    Members
    MemberDescription
    FixedInsertIndicates fixed Insert mode.
    FixedOverwriteIndicates fixed Overwrite mode.
    InsertIndicates Insert mode.
    OverwriteIndicates Overwrite mode.
    Inheritance Hierarchy

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

    See Also