_Application.DataEntryMode Property

Definition

Returns or sets Data Entry mode, as shown in the table below. When in Data Entry mode, you can enter data only in the unlocked cells in the currently selected range.

public:
 property int DataEntryMode { int get(); void set(int value); };
public int DataEntryMode { get; set; }
Public Property DataEntryMode As Integer

Property Value

Remarks

xlOn Data Entry mode is turned on.
xlOff Data Entry mode is turned off.
xlStrict Data Entry mode is turned on and pressing ESC won't turn it off.

Applies to