[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditMode

EditMode Enum

Specifes the edit mode.

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

Use the members of this enumeration to control the INSERT or REPLACE mode of the editor.

Fields

Name Description
FixedInsert

Indicates the fixed Insert mode.

FixedOverwrite

Indicates the fixed Overwrite mode.

Insert

Indicates the Insert mode.

Overwrite

Indicates the Overwrite mode.