XlPhoneticAlignment Enumeration 

Specifies the alignment for phonetic text.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlPhoneticAlignment1 As XlPhoneticAlignment = XlPhoneticAlignment.xlPhoneticAlignCenter

Syntax

Public Enum XlPhoneticAlignment
public enum XlPhoneticAlignment
public enum class XlPhoneticAlignment
public enum XlPhoneticAlignment
public enum XlPhoneticAlignment

Members

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

Remarks

Used with a Phonetic or a Phonetics object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace