Edytuj

Udostępnij za pośrednictwem


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

Name Value Description
xlHAlignRight -4152

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

xlHAlignLeft -4131

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

xlHAlignJustify -4130

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

xlHAlignDistributed -4117

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

xlHAlignCenter -4108

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

xlHAlignGeneral 1

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

xlHAlignFill 5

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

xlHAlignCenterAcrossSelection 7

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

Applies to