Speech.SpeakCellOnEnter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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