Speech.SpeakCellOnEnter Property

Definition

Microsoft Excel supports a mode where the active cell will be spoken when the ENTER key is pressed or when the active cell is finished being edited. Setting the SpeakCellOnEnter property to True will turn this mode on. False turns this mode off.

public:
 property bool SpeakCellOnEnter { bool get(); void set(bool value); };
public bool SpeakCellOnEnter { get; set; }
Public Property SpeakCellOnEnter As Boolean

Property Value

Applies to