Range.Speak Method
Causes the cells of the range to be spoken in row order or column order.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Speak ( _
SpeakDirection As Object, _
SpeakFormulas As Object _
)
'Usage
Dim instance As Range
Dim SpeakDirection As Object
Dim SpeakFormulas As Object
instance.Speak(SpeakDirection, SpeakFormulas)
void Speak(
Object SpeakDirection,
Object SpeakFormulas
)
Parameters
SpeakDirection
Type: System.ObjectOptional Object. The speak direction, by rows or columns.
SpeakFormulas
Type: System.ObjectOptional Object. True will cause formulas to be sent to the Text-To-Speech (TTS) engine for cells that have formulas. The value is sent if the cells do not have formulas; False (default) will cause values to always be sent to the TTS engine.