WorksheetFunction.Phonetic(Range) Method

Definition

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

public:
 System::String ^ Phonetic(Microsoft::Office::Interop::Excel::Range ^ Arg1);
public string Phonetic (Microsoft.Office.Interop.Excel.Range Arg1);
Public Function Phonetic (Arg1 As Range) As String

Parameters

Arg1
Range

Reference - a text string or a reference to a single cell or a range of cells that contain a furigana text string.

Returns

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.

Applies to