'Declaration Public Enum XLAlignHorzEnum Inherits System.Enum
public enum XLAlignHorzEnum : System.Enum
'Declaration Public Enum XLAlignHorzEnum Inherits System.Enum
public enum XLAlignHorzEnum : System.Enum
| Member | Description |
|---|---|
| Center | Align to cell center. |
| Fill | Fill cell, repeating content as necessary. |
| General | Align strings to the left, numbers to the right. |
| Justify | Justify content horizontally to span the whole cell width. |
| Left | Align to cell left. |
| Right | Align to cell right. |
| Selection | Align to selection center (may span multiple cells). |
| Undefined | Not specified (use default). |
System.Object
System.ValueType
System.Enum
C1.Xaml.Excel.XLAlignHorzEnum