Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditMode Enumeration


EditMode Enumeration
Specifes the edit mode.
Syntax
'Declaration
 
Public Enum EditMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As EditMode
Members
MemberDescription
FixedInsertIndicates the fixed Insert mode.
FixedOverwriteIndicates the fixed Overwrite mode.
InsertIndicates the Insert mode.
OverwriteIndicates the Overwrite mode.
Remarks
Use the members of this enumeration to control the INSERT or REPLACE mode of the editor.
Inheritance Hierarchy

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

See Also