Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 828 Bytes

Excel.Phonetics.Item.md

File metadata and controls

43 lines (26 loc) · 828 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Phonetics.Item property (Excel)
vbaxl10.chm658080
vbaxl10.chm658080
Excel.Phonetics.Item
41c2df73-fb88-fe1a-a4ff-4562441b1510
05/03/2019
medium

Phonetics.Item property (Excel)

Returns a single object from a collection.

Syntax

expression.Item (Index)

expression A variable that represents a Phonetics object.

Parameters

Name Required/Optional Data type Description
Index Required Long The index number of the object.

Example

This example makes the first phonetic text string in the active cell visible.

ActiveCell.Phonetics.Item(1).Visible = True

[!includeSupport and feedback]