XlHAlign Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the horizontal alignment for the object.

public enum class XlHAlign
public enum XlHAlign
type XlHAlign = 
Public Enum XlHAlign
Inheritance
XlHAlign

Fields

xlHAlignCenter -4108

You should access and use this enumeration from the Excel primary interop assembly (PIA). Center.

xlHAlignCenterAcrossSelection 7

You should access and use this enumeration from the Excel primary interop assembly (PIA). Center across selection.

xlHAlignDistributed -4117

You should access and use this enumeration from the Excel primary interop assembly (PIA). Distribute.

xlHAlignFill 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Fill.

xlHAlignGeneral 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Align according to data type.

xlHAlignJustify -4130

You should access and use this enumeration from the Excel primary interop assembly (PIA). Justify.

xlHAlignLeft -4131

You should access and use this enumeration from the Excel primary interop assembly (PIA). Left.

xlHAlignRight -4152

You should access and use this enumeration from the Excel primary interop assembly (PIA). Right.

Applies to