Speech.SpeakCellOnEnter Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property SpeakCellOnEnter As Boolean
    Get
    Set
'Usage
Dim instance As Speech
Dim value As Boolean

value = instance.SpeakCellOnEnter

instance.SpeakCellOnEnter = value
bool SpeakCellOnEnter { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Speech Interface

Speech Members

Microsoft.Office.Interop.Excel Namespace