XlHAlign Enumeration

Specifies the horizontal alignment for the object.

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

Syntax

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

Members

Member name Description
xlHAlignCenter Center.
xlHAlignCenterAcrossSelection Center across selection.
xlHAlignDistributed Distribute.
xlHAlignFill Fill.
xlHAlignGeneral Align according to data type.
xlHAlignJustify Justify.
xlHAlignLeft Left.
xlHAlignRight Right.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace