Phonetics Object Members
Excel Developer Reference |
A collection of all the Phonetic objects in the specified range.
Methods
Name | Description | |
---|---|---|
Add | Adds phonetic text to the specified cell. | |
Delete | Deletes the object. |
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets a Long value that represents the alignment for the specified phonetic text or tick label. | |
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
CharacterType | Returns or sets the type of phonetic text in the specified cell. Read/write XlPhoneticCharacterType. | |
Count | Returns a Long value that represents the number of objects in the collection. | |
Font | Returns a Font object that represents the font of the specified object. | |
Item | Returns a single object from a collection. | |
Length | Returns a Long value that represents 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. Read-only. | |
Start | Returns the position that represents the first character of a phonetic text string in the specified cell. Read-only Long. | |
Text | Returns or sets the text for the specified object. Read/write String. | |
Visible | Returns or sets a Boolean value that determines whether the object is visible. Read/write. |