Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes the cells of the XmlMappedRange control to be spoken in row order or column order.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Sub Speak ( _
SpeakDirection As Object, _
SpeakFormulas As Object _
)
void Speak(
Object SpeakDirection,
Object SpeakFormulas
)
Parameters
- SpeakDirection
Type: System.Object
The speak direction, by rows or columns.
- SpeakFormulas
Type: System.Object
true causes 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) causes values to always be sent to the TTS engine.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.