Phonetic Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a specific phonetic text string in a cell.
public interface class Phonetic
[System.Runtime.InteropServices.Guid("00024438-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Phonetic
Public Interface Phonetic
- Attributes
Remarks
In Microsoft Excel 97, this object contained the formatting attributes for any phonetic text in the specified range.
Use Phonetics(index
), where index
is the index number of the phonetic text, to return a single Phonetic object.
The Phonetic property provides compatibility with earlier versions of Microsoft Excel. You should use Phonetics(index
), where index
is the index number of the phonetic text, to return a single Phonetic object.
Properties
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. |
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. |
Parent |
Returns the parent object for the specified object. |
Text |
Returns or sets the text for the specified object. |
Visible |
Determines whether the object is visible. |