WorksheetFunction.Phonetic Method

Extracts the phonetic (furigana) characters from a text string.

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

Syntax

'Declaration
Function Phonetic ( _
    Arg1 As Range _
) As String
'Usage
Dim instance As WorksheetFunction
Dim Arg1 As Range
Dim returnValue As String

returnValue = instance.Phonetic(Arg1)
string Phonetic(
    Range Arg1
)

Parameters

Return Value

Type: System.String

Remarks

If reference is a range of cells, the furigana text string in the upper-left corner cell of the range is returned.

If the reference is a range of nonadjacent cells, the #N/A error value is returned.

See Also

Reference

WorksheetFunction Interface

WorksheetFunction Members

Microsoft.Office.Interop.Excel Namespace