Phonetics Interface

Definition

A collection of all the Phonetic objects in the specified range. Each Phonetic object contains information about a specific phonetic text string.

public interface class Phonetics : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024447-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Phonetics : System.Collections.IEnumerable
Public Interface Phonetics
Implements IEnumerable
Attributes
Implements

Remarks

Use the Phonetics property to return the Phonetics collection.

Use Phonetics(index), where index is the index number of the phonetic text, to return a single Phonetic object.

Properties

_Default[Int32]

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[Int32]

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.

Methods

Add(Int32, Int32, String)

Adds phonetic text to the specified cell.

Delete()

Deletes the object.

GetEnumerator()

Applies to