다음을 통해 공유


Range.Speak Method (Excel)

Causes the cells of the range to be spoken in row order or column order.

Syntax

.Speak(SpeakDirection, SpeakFormulas)

A variable that represents a Range object.

Parameters

Name

Required/Optional

Data Type

Description

SpeakDirection

선택

Variant

The speak direction, by rows or columns.

SpeakFormulas

선택

Variant

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.

참고 항목

개념

Range Object

Range Object Members