XlSpeakDirection Enum
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.
Specifies the order in which the cells are spoken.
public enum class XlSpeakDirection
public enum XlSpeakDirection
Public Enum XlSpeakDirection
- Inheritance
-
XlSpeakDirection
Fields
Name | Value | Description |
---|---|---|
xlSpeakByRows | 0 | Reads across a row, then moves to the next row. |
xlSpeakByColumns | 1 | Reads down a column, then moves to the next column. |