Phonetics Members
Include Protected Members
Include Inherited Members
A collection of all the Phonetic objects in the specified range. Each Phonetic object contains information about a specific phonetic text string.
The Phonetics type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Alignment | Returns or sets the alignment for the specified phonetic text. | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
CharacterType | Returns or sets the type of phonetic text in the specified cell. | |
Count | Returns the number of objects in the collection. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Font | Returns a Font object that represents the font of the specified object. | |
Item | Returns a single object from a collection. | |
Length | Returns the number of characters of phonetic text from the position you've specified with the Start property. | |
Parent | Returns the parent object for the specified object. | |
Start | Returns the position that represents the first character of a phonetic text string in the specified cell. | |
Text | Returns or sets the text for the specified object. | |
Visible | Determines whether the object is visible. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds phonetic text to the specified cell. | |
Delete | Deletes the object. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top