_Application.GetPhonetic Method

Returns the Japanese phonetic text of the specified text string. This method is available to you only if you have selected or installed Japanese language support for Microsoft Office.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function GetPhonetic ( _
    Text As Object _
) As String
'Usage
Dim instance As _Application
Dim Text As Object
Dim returnValue As String

returnValue = instance.GetPhonetic(Text)
string GetPhonetic(
    Object Text
)

Parameters

  • Text
    Type: System.Object

    Optional Object. Specifies the text to be converted to phonetic text. If you omit this argument, the next possible phonetic text string (if any) of the previously specified Text is returned. If there are no more possible phonetic text strings, an empty string is returned.

Return Value

Type: System.String

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace