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.
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 | Right. |
xlHAlignLeft | -4131 | Left. |
xlHAlignJustify | -4130 | Justify. |
xlHAlignDistributed | -4117 | Distribute. |
xlHAlignCenter | -4108 | Center. |
xlHAlignGeneral | 1 | Align according to data type. |
xlHAlignFill | 5 | Fill. |
xlHAlignCenterAcrossSelection | 7 | Center across selection. |