XmlMappedRange.Speak(Object, Object) Method
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.
Causes the cells of the XmlMappedRange control to be spoken in row order or column order.
public void Speak (object SpeakDirection, object SpeakFormulas);
abstract member Speak : obj * obj -> unit
Public Sub Speak (Optional SpeakDirection As Object, Optional SpeakFormulas As Object)
Parameters
- SpeakDirection
- Object
The speak direction, by rows or columns.
- SpeakFormulas
- 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.