XlSpeakDirection Enumeration

Specifies the order in which the cells are spoken.

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

Syntax

'Declaration
Public Enumeration XlSpeakDirection
'Usage
Dim instance As XlSpeakDirection
public enum XlSpeakDirection

Members

Member name Description
xlSpeakByRows Reads across a row, then moves to the next row.
xlSpeakByColumns Reads down a column, then moves to the next column.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace