Share via


Phonetics.Length Property

Returns the number of characters of phonetic text from the position you've specified with the Start property.

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

Syntax

'Declaration
ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As Phonetics
Dim value As Integer

value = instance.Length
int Length { get; }

Property Value

Type: System.Int32

Remarks

Use the CustomLength method to set the value of this property for a CalloutFormat object.

See Also

Reference

Phonetics Interface

Phonetics Members

Microsoft.Office.Interop.Excel Namespace