XlPhoneticAlignment Enumeration

Specifies the alignment for phonetic text.

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

Syntax

'Declaration
Public Enumeration XlPhoneticAlignment
'Usage
Dim instance As XlPhoneticAlignment
public enum XlPhoneticAlignment

Members

Member name Description
xlPhoneticAlignNoControl Excel controls alignment.
xlPhoneticAlignLeft Left aligned.
xlPhoneticAlignCenter Centered.
xlPhoneticAlignDistributed Distributed.

Remarks

Used with a Phonetic or a Phonetics object.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace