Phonetics.Add Method
Adds phonetic text to the specified cell.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Add ( _
Start As Integer, _
Length As Integer, _
Text As String _
)
'Usage
Dim instance As Phonetics
Dim Start As Integer
Dim Length As Integer
Dim Text As String
instance.Add(Start, Length, Text)
void Add(
int Start,
int Length,
string Text
)
Parameters
Start
Type: System.Int32Required Integer. The position that represents the first character in the specified cell.
Length
Type: System.Int32Required Integer. The number of characters from the Start position to the end of the text in the cell.
Text
Type: System.StringRequired String. Collectively, the characters that represent the phonetic text in the cell.