XlHAlign Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |