Speech Interface

Contains methods and properties that pertain to speech.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024466-0000-0000-C000-000000000046")> _
Public Interface Speech
'Usage
Dim instance As Speech
[InterfaceTypeAttribute()]
[GuidAttribute("00024466-0000-0000-C000-000000000046")]
public interface Speech

Remarks

Use the Speech property of the Application object to return a Speech object.

Once a Speech object is returned, you can use the Speak method of the Speech object to play back the contents of a string.

Note

There is a speech feature in the setup tree that pertains to Dictation and Command & Control that does not have to be installed.

See Also

Reference

Speech Members

Microsoft.Office.Interop.Excel Namespace