title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Phonetics.Item property (Excel) |
vbaxl10.chm658080 |
|
|
41c2df73-fb88-fe1a-a4ff-4562441b1510 |
05/03/2019 |
medium |
Returns a single object from a collection.
expression.Item (Index)
expression A variable that represents a Phonetics object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | Long | The index number of the object. |
This example makes the first phonetic text string in the active cell visible.
ActiveCell.Phonetics.Item(1).Visible = True
[!includeSupport and feedback]