CellEditEnabled Property

Gets or sets the state of enabling cell editing.

Syntax

object.CellEditEnabled [= value]

Parameters

value
A Boolean expression that, when TRUE, enables cell editing and, when FALSE, disables cell editing.

Remarks

When TRUE, double-clicking on a cell turns the cell into edit mode so you can edit the cell. When FALSE, double-clicking does not turn the cell into edit mode.