constants EditorVisibleEnum
The EditorVisibleEnum type specifies the way the editor is shown/hidden on the cell. The CellEditorVisible property specifies whether the cell's editor is visible or hidden. The EditorVisibleEnum type supports the following values:

NameValueDescription
exEditorHidden0 The editor is hidden.
exEditorVisible1 The editor is always visible.
exEditorVisibleOnFocus-1 The editor is visible when the cell receives the focus.