Speech.Direction Property

Returns or sets the order in which the cells will be spoken.

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

Syntax

'Declaration
Property Direction As XlSpeakDirection
    Get
    Set
'Usage
Dim instance As Speech
Dim value As XlSpeakDirection

value = instance.Direction

instance.Direction = value
XlSpeakDirection Direction { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSpeakDirection

Remarks

The value of the Direction property is an XlSpeakDirection constant.

See Also

Reference

Speech Interface

Speech Members

Microsoft.Office.Interop.Excel Namespace